Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinterpreter-assembler.h106 Node* StoreContextSlot(Node* context, Node* slot_index, Node* value);
Dinterpreter-assembler.cc420 Node* InterpreterAssembler::StoreContextSlot(Node* context, Node* slot_index, in StoreContextSlot() function in v8::internal::compiler::InterpreterAssembler
/external/v8/src/interpreter/
Dbytecode-generator.cc479 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()
Dbytecode-array-builder.h93 BytecodeArrayBuilder& StoreContextSlot(Register context, int slot_index);
Dbytecode-array-builder.cc444 BytecodeArrayBuilder& BytecodeArrayBuilder::StoreContextSlot(Register context, in StoreContextSlot() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter.cc453 __ StoreContextSlot(context, slot_index, value); in DoStaContextSlot() local
/external/v8/test/unittests/compiler/
Dinterpreter-assembler-unittest.cc562 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/
Dbytecode-array-builder-unittest.cc76 .StoreContextSlot(reg, 1); in TEST_F()
247 .StoreContextSlot(reg, 1024); in TEST_F()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h141 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/
Dlithium-x87.h142 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/
Dlithium-mips.h138 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/
Dlithium-x64.h137 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/
Dlithium-arm.h139 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/
Dlithium-mips64.h140 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/
Dlithium-ppc.h139 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/
Dlithium-arm64.h148 V(StoreContextSlot) \
2726 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot")
2727 DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot) in DECLARE_HYDROGEN_ACCESSOR() argument
/external/v8/src/crankshaft/
Dhydrogen-instructions.h141 V(StoreContextSlot) \
5799 DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot) in DECLARE_CONCRETE_INSTRUCTION() argument