v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ICCompareStub Class Reference

#include <code-stubs.h>

Inheritance diagram for ICCompareStub:
Collaboration diagram for ICCompareStub:

Public Member Functions

 ICCompareStub (Token::Value op, CompareIC::State left, CompareIC::State right, CompareIC::State handler)
 
virtual void Generate (MacroAssembler *masm)
 
void set_known_map (Handle< Map > map)
 
virtual InlineCacheState GetICState ()
 
- Public Member Functions inherited from PlatformCodeStub
virtual Handle< CodeGenerateCode (Isolate *isolate)
 

Static Public Member Functions

static void DecodeMinorKey (int minor_key, CompareIC::State *left_state, CompareIC::State *right_state, CompareIC::State *handler_state, Token::Value *op)
 

Additional Inherited Members

Detailed Description

Definition at line 1327 of file code-stubs.h.

Constructor & Destructor Documentation

ICCompareStub ( Token::Value  op,
CompareIC::State  left,
CompareIC::State  right,
CompareIC::State  handler 
)
inline

Definition at line 1329 of file code-stubs.h.

References ASSERT, and Token::IsCompareOp().

Member Function Documentation

void DecodeMinorKey ( int  minor_key,
CompareIC::State left_state,
CompareIC::State right_state,
CompareIC::State handler_state,
Token::Value op 
)
static

Definition at line 350 of file code-stubs.cc.

References v8::internal::EQ.

Referenced by CompareIC::StubInfoToType(), and CompareIC::UpdateCaches().

void set_known_map ( Handle< Map map)
inline

Definition at line 1342 of file code-stubs.h.

References v8::internal::map.

Referenced by CompareIC::UpdateCaches().


The documentation for this class was generated from the following files: