/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 138 TypeofMode typeof_mode); 149 void BuildLdaLookupSlot(TypeofMode typeof_mode); 150 void BuildLdaLookupContextSlot(TypeofMode typeof_mode); 151 void BuildLdaLookupGlobalSlot(TypeofMode typeof_mode);
|
D | bytecode-graph-builder.cc | 740 TypeofMode typeof_mode) { in BuildLoadGlobal() 753 BuildLoadGlobal(name, feedback_slot_index, TypeofMode::NOT_INSIDE_TYPEOF); in VisitLdaGlobal() 763 BuildLoadGlobal(name, feedback_slot_index, TypeofMode::INSIDE_TYPEOF); in VisitLdaGlobalInsideTypeof() 859 void BytecodeGraphBuilder::BuildLdaLookupSlot(TypeofMode typeof_mode) { in BuildLdaLookupSlot() 864 javascript()->CallRuntime(typeof_mode == TypeofMode::NOT_INSIDE_TYPEOF in BuildLdaLookupSlot() 872 BuildLdaLookupSlot(TypeofMode::NOT_INSIDE_TYPEOF); in VisitLdaLookupSlot() 876 BuildLdaLookupSlot(TypeofMode::INSIDE_TYPEOF); in VisitLdaLookupSlotInsideTypeof() 923 void BytecodeGraphBuilder::BuildLdaLookupContextSlot(TypeofMode typeof_mode) { in BuildLdaLookupContextSlot() 950 javascript()->CallRuntime(typeof_mode == TypeofMode::NOT_INSIDE_TYPEOF in BuildLdaLookupContextSlot() 964 BuildLdaLookupContextSlot(TypeofMode::NOT_INSIDE_TYPEOF); in VisitLdaLookupContextSlot() [all …]
|
D | js-operator.h | 412 TypeofMode typeof_mode) in LoadGlobalParameters() 416 TypeofMode typeof_mode() const { return typeof_mode_; } in typeof_mode() 423 const TypeofMode typeof_mode_; 672 TypeofMode typeof_mode = NOT_INSIDE_TYPEOF); in NON_EXPORTED_BASE()
|
D | ast-graph-builder.h | 279 TypeofMode typeof_mode = NOT_INSIDE_TYPEOF); 295 TypeofMode typeof_mode);
|
D | js-operator.cc | 907 TypeofMode typeof_mode) { in LoadGlobal()
|
D | ast-graph-builder.cc | 2395 TypeofMode typeof_mode) { in BuildVariableLoad() 2640 TypeofMode typeof_mode) { in BuildGlobalLoad()
|
/external/v8/src/ic/ |
D | accessor-assembler.h | 37 void GenerateLoadGlobalIC(TypeofMode typeof_mode); 38 void GenerateLoadGlobalICTrampoline(TypeofMode typeof_mode); 74 TypeofMode typeof_mode, 98 void LoadGlobalIC(const LoadICParameters* p, TypeofMode typeof_mode);
|
D | accessor-assembler.cc | 1539 TypeofMode typeof_mode, in LoadGlobalIC_TryHandlerCase() 1577 TypeofMode typeof_mode) { in LoadGlobalIC() 1903 void AccessorAssembler::GenerateLoadGlobalIC(TypeofMode typeof_mode) { in GenerateLoadGlobalIC() 1915 void AccessorAssembler::GenerateLoadGlobalICTrampoline(TypeofMode typeof_mode) { in GenerateLoadGlobalICTrampoline()
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 91 TypeofMode typeof_mode); in NON_EXPORTED_BASE() 171 TypeofMode typeof_mode); in NON_EXPORTED_BASE() 177 TypeofMode typeof_mode, in NON_EXPORTED_BASE() 184 TypeofMode typeof_mode, in NON_EXPORTED_BASE()
|
D | bytecode-generator.h | 101 TypeofMode typeof_mode = NOT_INSIDE_TYPEOF); 104 TypeofMode typeof_mode = NOT_INSIDE_TYPEOF);
|
D | interpreter.h | 152 TypeofMode typeof_mode, InterpreterAssembler* assembler);
|
D | bytecode-array-builder.cc | 499 TypeofMode typeof_mode) { in LoadGlobal() 561 const AstRawString* name, TypeofMode typeof_mode) { in LoadLookupSlot() 573 const AstRawString* name, TypeofMode typeof_mode, int slot_index, in LoadLookupContextSlot() 586 const AstRawString* name, TypeofMode typeof_mode, int feedback_slot, in LoadLookupGlobalSlot()
|
D | bytecode-generator.cc | 1918 TypeofMode typeof_mode) { in BuildVariableLoad() 2017 TypeofMode typeof_mode) { in BuildVariableLoadForAccumulatorValue()
|
D | interpreter.cc | 490 TypeofMode typeof_mode, in BuildLoadGlobal() 776 TypeofMode typeof_mode = function_id == Runtime::kLoadLookupSlotInsideTypeof in DoLdaLookupGlobalSlot()
|
/external/v8/src/ |
D | code-factory.h | 43 static Callable LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode); 45 TypeofMode typeof_mode);
|
D | feedback-vector.h | 78 inline TypeofMode GetTypeofModeFromSlotKind(FeedbackSlotKind kind) { in GetTypeofModeFromSlotKind() 105 FeedbackSlot AddLoadGlobalICSlot(TypeofMode typeof_mode) { in AddLoadGlobalICSlot() 329 inline TypeofMode GetTypeofMode(FeedbackSlot slot) const { in DEFINE_SLOT_KIND_PREDICATE()
|
D | code-factory.cc | 60 Callable CodeFactory::LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode) { in LoadGlobalIC() 70 TypeofMode typeof_mode) { in LoadGlobalICInOptimizedCode()
|
D | globals.h | 334 enum TypeofMode : int { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF }; enum
|
/external/v8/src/ast/ |
D | ast-numbering.cc | 40 void VisitVariableProxy(VariableProxy* node, TypeofMode typeof_mode); 191 TypeofMode typeof_mode) { in VisitVariableProxy()
|
D | ast.h | 132 typedef std::pair<TypeofMode, Variable*> Key; in AST_NODE_LIST() 136 void Put(TypeofMode typeof_mode, Variable* variable, FeedbackSlot slot) { in AST_NODE_LIST() 142 FeedbackSlot Get(TypeofMode typeof_mode, Variable* variable) const { in AST_NODE_LIST() 1683 void AssignFeedbackSlots(FeedbackVectorSpec* spec, TypeofMode typeof_mode,
|
D | ast.cc | 228 TypeofMode typeof_mode, in AssignFeedbackSlots()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 437 void EmitGlobalVariableLoad(VariableProxy* proxy, TypeofMode typeof_mode); 439 TypeofMode typeof_mode = NOT_INSIDE_TYPEOF);
|
D | full-codegen.cc | 490 TypeofMode typeof_mode) { in EmitGlobalVariableLoad()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 784 void set_typeof_mode(TypeofMode typeof_mode) { typeof_mode_ = typeof_mode; } in set_typeof_mode() 785 TypeofMode typeof_mode() { return typeof_mode_; } in typeof_mode() 805 TypeofMode typeof_mode_;
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1109 TypeofMode typeof_mode) { in EmitVariableLoad()
|