Home
last modified time | relevance | path

Searched refs:StoreContextSlot (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.h85 compiler::Node* StoreContextSlot(compiler::Node* context,
Dbytecode-array-builder.h97 BytecodeArrayBuilder& StoreContextSlot(Register context, int slot_index);
Dbytecode-generator.cc758 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()
Dbytecode-array-builder.cc265 BytecodeArrayBuilder& BytecodeArrayBuilder::StoreContextSlot(Register context, in StoreContextSlot() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-assembler.cc405 Node* InterpreterAssembler::StoreContextSlot(Node* context, Node* slot_index, in StoreContextSlot() function in v8::internal::interpreter::InterpreterAssembler
Dinterpreter.cc514 __ StoreContextSlot(context, slot_index, value); in DoStaContextSlot() local
/external/v8/test/unittests/interpreter/
Dinterpreter-assembler-unittest.cc610 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()
Dbytecode-array-builder-unittest.cc83 .StoreContextSlot(reg, 1); in TEST_F()
287 builder.LoadContextSlot(reg, 1024).StoreContextSlot(reg, 1024); in TEST_F()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h137 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/
Dlithium-mips64.h135 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/
Dlithium-arm.h134 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/
Dlithium-s390.h134 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/
Dlithium-x64.h134 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/
Dlithium-mips.h133 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/
Dlithium-ppc.h136 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/
Dlithium-ia32.h138 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/
Dlithium-arm64.h143 V(StoreContextSlot) \
2621 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot")
2622 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
/external/v8/src/crankshaft/
Dhydrogen-instructions.h132 V(StoreContextSlot) \
5258 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot) in DECLARE_CONCRETE_INSTRUCTION() argument