/external/v8/test/cctest/compiler/ |
D | test-js-context-specialization.cc | 74 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, 0, false), in TEST() 82 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, 0, false), in TEST() 91 t.javascript()->LoadContext(2, Context::GLOBAL_EVAL_FUN_INDEX, false), in TEST() 107 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, slot, true), in TEST() 214 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, slot, true), in TEST() 221 t.graph()->NewNode(t.javascript()->LoadContext(0, slot, true), in TEST()
|
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 320 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSCallFunction() 323 javascript()->LoadContext(0, Context::ARRAY_FUNCTION_INDEX, true), in ReduceJSCallFunction() 463 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSCallConstruct() 466 javascript()->LoadContext(0, Context::ARRAY_FUNCTION_INDEX, true), in ReduceJSCallConstruct()
|
D | js-context-specialization.cc | 60 const Operator* op = jsgraph_->javascript()->LoadContext( in ReduceJSLoadContext()
|
D | js-typed-lowering.cc | 1350 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSConvertReceiver() 1353 javascript()->LoadContext(0, Context::GLOBAL_PROXY_INDEX, true), in ReduceJSConvertReceiver() 1404 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSConvertReceiver() 1407 javascript()->LoadContext(0, Context::GLOBAL_PROXY_INDEX, true), in ReduceJSConvertReceiver() 1582 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSCreateArguments() 1619 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSCreateArguments() 1655 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSCreateArguments() 1706 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceNewArray() 1709 javascript()->LoadContext(0, Context::ArrayMapIndex(elements_kind), true), in ReduceNewArray() 1851 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSCreateIterResultObject() [all …]
|
D | js-global-object-specialization.cc | 69 javascript()->LoadContext(0, result.index, result.immutable), context, in ReduceJSLoadGlobal()
|
D | ast-graph-builder.cc | 3385 javascript()->LoadContext(depth, variable->index(), immutable); in BuildVariableLoad() 3526 javascript()->LoadContext(depth, variable->index(), false); in BuildVariableAssignment() 3540 javascript()->LoadContext(depth, variable->index(), false); in BuildVariableAssignment() 3549 javascript()->LoadContext(depth, variable->index(), false); in BuildVariableAssignment() 3556 javascript()->LoadContext(depth, variable->index(), false); in BuildVariableAssignment() 3700 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true); in BuildLoadNativeContextField() 3702 return NewNode(javascript()->LoadContext(0, index, true), native_context); in BuildLoadNativeContextField() 3912 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable() 3954 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable() 4276 builder_->javascript()->LoadContext(0, Context::PREVIOUS_INDEX, true); in PrepareForLoop()
|
D | js-operator.h | 556 const Operator* LoadContext(size_t depth, size_t index, bool immutable);
|
D | bytecode-graph-builder.cc | 450 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true); in BuildLoadNativeContextField() 452 return NewNode(javascript()->LoadContext(0, index, true), native_context); in BuildLoadNativeContextField() 768 javascript()->LoadContext(0, iterator.GetIndexOperand(1), false); in VisitLdaContextSlot()
|
D | js-operator.cc | 862 const Operator* JSOperatorBuilder::LoadContext(size_t depth, size_t index, in LoadContext() function in v8::internal::compiler::JSOperatorBuilder
|
/external/v8/test/unittests/compiler/ |
D | js-typed-lowering-unittest.cc | 562 graph()->NewNode(javascript()->LoadContext(0, index, immutable), in TEST_F() 570 graph()->NewNode(javascript()->LoadContext(1, index, immutable), in TEST_F()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 242 void LoadContext(Register dst, int context_chain_length);
|
D | macro-assembler-x87.cc | 2134 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 242 void LoadContext(Register dst, int context_chain_length);
|
D | macro-assembler-ia32.cc | 2170 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 597 void LoadContext(Register dst, int context_chain_length);
|
D | macro-assembler-arm.cc | 2635 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1362 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 424 void LoadContext(Register dst, int context_chain_length);
|
D | macro-assembler-ppc.cc | 2452 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 929 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1671 void LoadContext(Register dst, int context_chain_length);
|
D | macro-assembler-arm64.cc | 2872 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 996 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 689 __ LoadContext(scratch, context_chain_length); in VarOperand() local
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 730 __ LoadContext(scratch, context_chain_length); in VarOperand() local
|