|
| CodeStubGraphBuilder (Isolate *isolate, KeyedLoadGenericStub *stub) |
|
| CodeStubGraphBuilderBase (Isolate *isolate, HydrogenCodeStub *stub) |
|
virtual bool | BuildGraph () |
|
| HGraphBuilder (CompilationInfo *info) |
|
virtual | ~HGraphBuilder () |
|
Scope * | scope () const |
|
void | set_scope (Scope *scope) |
|
HBasicBlock * | current_block () const |
|
void | set_current_block (HBasicBlock *block) |
|
HEnvironment * | environment () const |
|
Zone * | zone () const |
|
HGraph * | graph () const |
|
Isolate * | isolate () const |
|
CompilationInfo * | top_info () |
|
HGraph * | CreateGraph () |
|
void | Push (HValue *value) |
|
HValue * | Pop () |
|
HInstruction * | AddInstruction (HInstruction *instr) |
|
void | FinishCurrentBlock (HControlInstruction *last) |
|
void | FinishExitCurrentBlock (HControlInstruction *instruction) |
|
void | Goto (HBasicBlock *from, HBasicBlock *target, FunctionState *state=NULL, bool add_simulate=true) |
|
void | Goto (HBasicBlock *target, FunctionState *state=NULL, bool add_simulate=true) |
|
void | GotoNoSimulate (HBasicBlock *from, HBasicBlock *target) |
|
void | GotoNoSimulate (HBasicBlock *target) |
|
void | AddLeaveInlined (HBasicBlock *block, HValue *return_value, FunctionState *state) |
|
void | AddLeaveInlined (HValue *return_value, FunctionState *state) |
|
template<class I > |
HInstruction * | NewUncasted () |
|
template<class I > |
I * | New () |
|
template<class I > |
HInstruction * | AddUncasted () |
|
template<class I > |
I * | Add () |
|
template<class I , class P1 > |
HInstruction * | NewUncasted (P1 p1) |
|
template<class I , class P1 > |
I * | New (P1 p1) |
|
template<class I , class P1 > |
HInstruction * | AddUncasted (P1 p1) |
|
template<class I , class P1 > |
I * | Add (P1 p1) |
|
template<class I , class P1 , class P2 > |
HInstruction * | NewUncasted (P1 p1, P2 p2) |
|
template<class I , class P1 , class P2 > |
I * | New (P1 p1, P2 p2) |
|
template<class I , class P1 , class P2 > |
HInstruction * | AddUncasted (P1 p1, P2 p2) |
|
template<class I , class P1 , class P2 > |
I * | Add (P1 p1, P2 p2) |
|
template<class I , class P1 , class P2 , class P3 > |
HInstruction * | NewUncasted (P1 p1, P2 p2, P3 p3) |
|
template<class I , class P1 , class P2 , class P3 > |
I * | New (P1 p1, P2 p2, P3 p3) |
|
template<class I , class P1 , class P2 , class P3 > |
HInstruction * | AddUncasted (P1 p1, P2 p2, P3 p3) |
|
template<class I , class P1 , class P2 , class P3 > |
I * | Add (P1 p1, P2 p2, P3 p3) |
|
template<class I , class P1 , class P2 , class P3 , class P4 > |
HInstruction * | NewUncasted (P1 p1, P2 p2, P3 p3, P4 p4) |
|
template<class I , class P1 , class P2 , class P3 , class P4 > |
I * | New (P1 p1, P2 p2, P3 p3, P4 p4) |
|
template<class I , class P1 , class P2 , class P3 , class P4 > |
HInstruction * | AddUncasted (P1 p1, P2 p2, P3 p3, P4 p4) |
|
template<class I , class P1 , class P2 , class P3 , class P4 > |
I * | Add (P1 p1, P2 p2, P3 p3, P4 p4) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 > |
HInstruction * | NewUncasted (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 > |
I * | New (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 > |
HInstruction * | AddUncasted (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 > |
I * | Add (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 > |
HInstruction * | NewUncasted (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 > |
I * | New (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 > |
HInstruction * | AddUncasted (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 > |
I * | Add (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 > |
HInstruction * | NewUncasted (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 > |
I * | New (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 > |
HInstruction * | AddUncasted (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 > |
I * | Add (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 > |
HInstruction * | NewUncasted (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 > |
I * | New (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 > |
HInstruction * | AddUncasted (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) |
|
template<class I , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 > |
I * | Add (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) |
|
void | AddSimulate (BailoutId id, RemovableSimulate removable=FIXED_SIMULATE) |
|
template<> |
HDeoptimize * | Add (const char *reason, Deoptimizer::BailoutType type) |
|
template<> |
HInstruction * | AddUncasted (const char *reason, Deoptimizer::BailoutType type) |
|
template<> |
HSimulate * | Add (BailoutId id, RemovableSimulate removable) |
|
template<> |
HSimulate * | Add (BailoutId id) |
|
template<> |
HInstruction * | AddUncasted (BailoutId id) |
|
template<> |
HReturn * | Add (HValue *value) |
|
template<> |
HReturn * | Add (HConstant *value) |
|
template<> |
HInstruction * | AddUncasted (HValue *value) |
|
template<> |
HInstruction * | AddUncasted (HConstant *value) |
|
template<> |
HCallRuntime * | Add (Handle< String > name, const Runtime::Function *c_function, int argument_count) |
|
template<> |
HInstruction * | AddUncasted (Handle< String > name, const Runtime::Function *c_function, int argument_count) |
|
template<> |
HContext * | New () |
|
template<> |
HInstruction * | NewUncasted () |
|
|
virtual HValue * | BuildCodeStub () |
|
void | BuildElementsKindLimitCheck (HGraphBuilder::IfBuilder *if_builder, HValue *bit_field2, ElementsKind kind) |
|
void | BuildFastElementLoad (HGraphBuilder::IfBuilder *if_builder, HValue *receiver, HValue *key, HValue *instance_type, HValue *bit_field2, ElementsKind kind) |
|
void | BuildExternalElementLoad (HGraphBuilder::IfBuilder *if_builder, HValue *receiver, HValue *key, HValue *instance_type, HValue *bit_field2, ElementsKind kind) |
|
KeyedLoadGenericStub * | casted_stub () |
|
HParameter * | GetParameter (int parameter) |
|
HValue * | GetArgumentsLength () |
|
CompilationInfo * | info () |
|
HydrogenCodeStub * | stub () |
|
HContext * | context () |
|
Isolate * | isolate () |
|
HLoadNamedField * | BuildLoadNamedField (HValue *object, FieldIndex index) |
|
void | BuildStoreNamedField (HValue *object, HValue *value, FieldIndex index, Representation representation) |
|
HValue * | UnmappedCase (HValue *elements, HValue *key) |
|
HValue * | BuildArrayConstructor (ElementsKind kind, AllocationSiteOverrideMode override_mode, ArgumentClass argument_class) |
|
HValue * | BuildInternalArrayConstructor (ElementsKind kind, ArgumentClass argument_class) |
|
void | BuildCheckAndInstallOptimizedCode (HValue *js_function, HValue *native_context, IfBuilder *builder, HValue *optimized_map, HValue *map_index) |
|
void | BuildInstallCode (HValue *js_function, HValue *shared_info) |
|
HInstruction * | LoadFromOptimizedCodeMap (HValue *optimized_map, HValue *iterator, int field_offset) |
|
void | BuildInstallFromOptimizedCodeMap (HValue *js_function, HValue *shared_info, HValue *native_context) |
|
HBasicBlock * | CreateBasicBlock (HEnvironment *env) |
|
HBasicBlock * | CreateLoopHeaderBlock () |
|
template<class BitFieldClass > |
HValue * | BuildDecodeField (HValue *encoded_field) |
|
HValue * | BuildGetElementsKind (HValue *object) |
|
HValue * | BuildCheckHeapObject (HValue *object) |
|
HValue * | BuildCheckString (HValue *string) |
|
HValue * | BuildWrapReceiver (HValue *object, HValue *function) |
|
HValue * | BuildCheckForCapacityGrow (HValue *object, HValue *elements, ElementsKind kind, HValue *length, HValue *key, bool is_js_array, PropertyAccessType access_type) |
|
HValue * | BuildCopyElementsOnWrite (HValue *object, HValue *elements, ElementsKind kind, HValue *length) |
|
void | BuildTransitionElementsKind (HValue *object, HValue *map, ElementsKind from_kind, ElementsKind to_kind, bool is_jsarray) |
|
HValue * | BuildNumberToString (HValue *object, Type *type) |
|
void | BuildJSObjectCheck (HValue *receiver, int bit_field_mask) |
|
void | BuildKeyedIndexCheck (HValue *key, HIfContinuation *join_continuation) |
|
void | BuildTestForDictionaryProperties (HValue *object, HIfContinuation *continuation) |
|
void | BuildNonGlobalObjectCheck (HValue *receiver) |
|
HValue * | BuildKeyedLookupCacheHash (HValue *object, HValue *key) |
|
HValue * | BuildUncheckedDictionaryElementLoad (HValue *receiver, HValue *elements, HValue *key, HValue *hash) |
|
HValue * | BuildRegExpConstructResult (HValue *length, HValue *index, HValue *input) |
|
HAllocate * | BuildAllocate (HValue *object_size, HType type, InstanceType instance_type, HAllocationMode allocation_mode) |
|
HValue * | BuildAddStringLengths (HValue *left_length, HValue *right_length) |
|
HValue * | BuildCreateConsString (HValue *length, HValue *left, HValue *right, HAllocationMode allocation_mode) |
|
void | BuildCopySeqStringChars (HValue *src, HValue *src_offset, String::Encoding src_encoding, HValue *dst, HValue *dst_offset, String::Encoding dst_encoding, HValue *length) |
|
HValue * | BuildObjectSizeAlignment (HValue *unaligned_size, int header_size) |
|
HValue * | BuildUncheckedStringAdd (HValue *left, HValue *right, HAllocationMode allocation_mode) |
|
HValue * | BuildStringAdd (HValue *left, HValue *right, HAllocationMode allocation_mode) |
|
HInstruction * | BuildUncheckedMonomorphicElementAccess (HValue *checked_object, HValue *key, HValue *val, bool is_js_array, ElementsKind elements_kind, PropertyAccessType access_type, LoadKeyedHoleMode load_mode, KeyedAccessStoreMode store_mode) |
|
HInstruction * | AddElementAccess (HValue *elements, HValue *checked_key, HValue *val, HValue *dependency, ElementsKind elements_kind, PropertyAccessType access_type, LoadKeyedHoleMode load_mode=NEVER_RETURN_HOLE) |
|
HInstruction * | AddLoadStringInstanceType (HValue *string) |
|
HInstruction * | AddLoadStringLength (HValue *string) |
|
HStoreNamedField * | AddStoreMapConstant (HValue *object, Handle< Map > map) |
|
HLoadNamedField * | AddLoadMap (HValue *object, HValue *dependency=NULL) |
|
HLoadNamedField * | AddLoadElements (HValue *object, HValue *dependency=NULL) |
|
bool | MatchRotateRight (HValue *left, HValue *right, HValue **operand, HValue **shift_amount) |
|
HValue * | BuildBinaryOperation (Token::Value op, HValue *left, HValue *right, Type *left_type, Type *right_type, Type *result_type, Maybe< int > fixed_right_arg, HAllocationMode allocation_mode) |
|
HLoadNamedField * | AddLoadFixedArrayLength (HValue *object, HValue *dependency=NULL) |
|
HLoadNamedField * | AddLoadArrayLength (HValue *object, ElementsKind kind, HValue *dependency=NULL) |
|
HValue * | AddLoadJSBuiltin (Builtins::JavaScript builtin) |
|
HValue * | EnforceNumberType (HValue *number, Type *expected) |
|
HValue * | TruncateToNumber (HValue *value, Type **expected) |
|
void | FinishExitWithHardDeoptimization (const char *reason) |
|
void | AddIncrementCounter (StatsCounter *counter) |
|
HValue * | BuildNewElementsCapacity (HValue *old_capacity) |
|
HValue * | BuildAllocateArrayFromLength (JSArrayBuilder *array_builder, HValue *length_argument) |
|
HValue * | BuildCalculateElementsSize (ElementsKind kind, HValue *capacity) |
|
HAllocate * | AllocateJSArrayObject (AllocationSiteMode mode) |
|
HConstant * | EstablishElementsAllocationSize (ElementsKind kind, int capacity) |
|
HAllocate * | BuildAllocateElements (ElementsKind kind, HValue *size_in_bytes) |
|
void | BuildInitializeElementsHeader (HValue *elements, ElementsKind kind, HValue *capacity) |
|
HValue * | BuildAllocateElementsAndInitializeElementsHeader (ElementsKind kind, HValue *capacity) |
|
void | BuildJSArrayHeader (HValue *array, HValue *array_map, HValue *elements, AllocationSiteMode mode, ElementsKind elements_kind, HValue *allocation_site_payload, HValue *length_field) |
|
HValue * | BuildGrowElementsCapacity (HValue *object, HValue *elements, ElementsKind kind, ElementsKind new_kind, HValue *length, HValue *new_capacity) |
|
void | BuildFillElementsWithValue (HValue *elements, ElementsKind elements_kind, HValue *from, HValue *to, HValue *value) |
|
void | BuildFillElementsWithHole (HValue *elements, ElementsKind elements_kind, HValue *from, HValue *to) |
|
void | BuildCopyElements (HValue *from_elements, ElementsKind from_elements_kind, HValue *to_elements, ElementsKind to_elements_kind, HValue *length, HValue *capacity) |
|
HValue * | BuildCloneShallowArrayCow (HValue *boilerplate, HValue *allocation_site, AllocationSiteMode mode, ElementsKind kind) |
|
HValue * | BuildCloneShallowArrayEmpty (HValue *boilerplate, HValue *allocation_site, AllocationSiteMode mode) |
|
HValue * | BuildCloneShallowArrayNonEmpty (HValue *boilerplate, HValue *allocation_site, AllocationSiteMode mode, ElementsKind kind) |
|
HValue * | BuildElementIndexHash (HValue *index) |
|
void | BuildCompareNil (HValue *value, Type *type, HIfContinuation *continuation) |
|
void | BuildCreateAllocationMemento (HValue *previous_object, HValue *previous_object_size, HValue *payload) |
|
HInstruction * | BuildConstantMapCheck (Handle< JSObject > constant) |
|
HInstruction * | BuildCheckPrototypeMaps (Handle< JSObject > prototype, Handle< JSObject > holder) |
|
HInstruction * | BuildGetNativeContext (HValue *closure) |
|
HInstruction * | BuildGetNativeContext () |
|
HInstruction * | BuildGetArrayFunction () |
|
void | SetSourcePosition (int position) |
|
void | EnterInlinedSource (int start_position, int id) |
|
HSourcePosition | ScriptPositionToSourcePosition (int position) |
|
HSourcePosition | source_position () |
|
void | set_source_position (HSourcePosition position) |
|
template<typename ViewClass > |
void | BuildArrayBufferViewInitialization (HValue *obj, HValue *buffer, HValue *byte_offset, HValue *byte_length) |
|