/external/v8/src/interpreter/ |
D | interpreter-assembler.h | 85 compiler::Node* StoreContextSlot(compiler::Node* context,
|
D | bytecode-array-builder.h | 97 BytecodeArrayBuilder& StoreContextSlot(Register context, int slot_index);
|
D | bytecode-generator.cc | 758 builder()->LoadTheHole().StoreContextSlot(execution_context()->reg(), in VisitVariableDeclaration() 802 builder()->StoreContextSlot(execution_context()->reg(), in VisitFunctionDeclaration() 2057 builder()->StoreContextSlot(context_reg, variable->index()); in VisitVariableAssignment() 2971 builder()->LoadAccumulatorWithRegister(receiver).StoreContextSlot( in VisitBuildLocalActivationContext() 2987 .StoreContextSlot(execution_context()->reg(), variable->index()); in VisitBuildLocalActivationContext()
|
D | bytecode-array-builder.cc | 265 BytecodeArrayBuilder& BytecodeArrayBuilder::StoreContextSlot(Register context, in StoreContextSlot() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | interpreter-assembler.cc | 405 Node* InterpreterAssembler::StoreContextSlot(Node* context, Node* slot_index, in StoreContextSlot() function in v8::internal::interpreter::InterpreterAssembler
|
D | interpreter.cc | 514 __ StoreContextSlot(context, slot_index, value); in DoStaContextSlot() local
|
/external/v8/test/unittests/interpreter/ |
D | interpreter-assembler-unittest.cc | 610 TARGET_TEST_F(InterpreterAssemblerTest, StoreContextSlot) { in TARGET_TEST_F() argument 616 Node* store_context_slot = m.StoreContextSlot(context, slot_index, value); in TARGET_TEST_F()
|
D | bytecode-array-builder-unittest.cc | 83 .StoreContextSlot(reg, 1); in TEST_F() 287 builder.LoadContextSlot(reg, 1024).StoreContextSlot(reg, 1024); in TEST_F()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 137 V(StoreContextSlot) \ 1638 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1639 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 135 V(StoreContextSlot) \ 1647 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1648 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 134 V(StoreContextSlot) \ 1621 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1622 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 134 V(StoreContextSlot) \ 1483 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1484 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 134 V(StoreContextSlot) \ 1641 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1642 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 133 V(StoreContextSlot) \ 1585 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1586 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 136 V(StoreContextSlot) \ 1591 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1592 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 138 V(StoreContextSlot) \ 1648 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1649 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 143 V(StoreContextSlot) \ 2621 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 2622 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 132 V(StoreContextSlot) \ 5258 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot) in DECLARE_CONCRETE_INSTRUCTION() argument
|