/external/v8/src/compiler/ |
D | interpreter-assembler.h | 106 Node* StoreContextSlot(Node* context, Node* slot_index, Node* value);
|
D | interpreter-assembler.cc | 420 Node* InterpreterAssembler::StoreContextSlot(Node* context, Node* slot_index, in StoreContextSlot() function in v8::internal::compiler::InterpreterAssembler
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 479 builder()->LoadTheHole().StoreContextSlot(execution_context()->reg(), in VisitVariableDeclaration() 512 builder()->StoreContextSlot(execution_context()->reg(), in VisitFunctionDeclaration() 1318 builder()->StoreContextSlot(context_reg, variable->index()); in VisitVariableAssignment() 2003 builder()->LoadAccumulatorWithRegister(receiver).StoreContextSlot( in VisitBuildLocalActivationContext() 2019 .StoreContextSlot(execution_context()->reg(), variable->index()); in VisitBuildLocalActivationContext()
|
D | bytecode-array-builder.h | 93 BytecodeArrayBuilder& StoreContextSlot(Register context, int slot_index);
|
D | bytecode-array-builder.cc | 444 BytecodeArrayBuilder& BytecodeArrayBuilder::StoreContextSlot(Register context, in StoreContextSlot() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | interpreter.cc | 453 __ StoreContextSlot(context, slot_index, value); in DoStaContextSlot() local
|
/external/v8/test/unittests/compiler/ |
D | interpreter-assembler-unittest.cc | 562 TARGET_TEST_F(InterpreterAssemblerTest, StoreContextSlot) { in TARGET_TEST_F() argument 568 Node* store_context_slot = m.StoreContextSlot(context, slot_index, value); in TARGET_TEST_F()
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-builder-unittest.cc | 76 .StoreContextSlot(reg, 1); in TEST_F() 247 .StoreContextSlot(reg, 1024); in TEST_F()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 141 V(StoreContextSlot) \ 1681 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1682 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 142 V(StoreContextSlot) \ 1689 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1690 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 138 V(StoreContextSlot) \ 1642 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1643 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 137 V(StoreContextSlot) \ 1671 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1672 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 139 V(StoreContextSlot) \ 1679 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1680 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 140 V(StoreContextSlot) \ 1704 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1705 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 139 V(StoreContextSlot) \ 1617 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 1618 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 148 V(StoreContextSlot) \ 2726 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot") 2727 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 141 V(StoreContextSlot) \ 5799 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot) in DECLARE_CONCRETE_INSTRUCTION() argument
|