Searched refs:StoreRegister (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 158 StoreRegister(value, Register::current_context()); in SetContext() 299 void InterpreterAssembler::StoreRegister(Node* value, Register reg) { in StoreRegister() function in v8::internal::interpreter::InterpreterAssembler 305 void InterpreterAssembler::StoreRegister(Node* value, Node* reg_index) { in StoreRegister() function in v8::internal::interpreter::InterpreterAssembler 318 StoreRegister(value, in StoreRegisterAtOperandIndex() 329 StoreRegister(value1, first_reg_index); in StoreRegisterPairAtOperandIndex() 331 StoreRegister(value2, second_reg_index); in StoreRegisterPairAtOperandIndex() 340 StoreRegister(value1, first_reg_index); in StoreRegisterTripleAtOperandIndex() 342 StoreRegister(value2, second_reg_index); in StoreRegisterTripleAtOperandIndex() 344 StoreRegister(value3, third_reg_index); in StoreRegisterTripleAtOperandIndex() 1376 StoreRegister(GetAccumulator(), in InlineStar() [all …]
|
D | interpreter-assembler.h | 118 void StoreRegister(compiler::Node* value, Register reg); 297 void StoreRegister(compiler::Node* value, compiler::Node* reg_index);
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 1141 StoreRegister(register_index, w10); in PopRegister() 1223 StoreRegister(register_index, set_to); in SetRegister() 1240 StoreRegister(reg, position); in WriteCurrentPositionToRegister() 1251 StoreRegister(reg_from, string_start_minus_one()); in ClearRegisters() 1265 StoreRegister(reg_from, string_start_minus_one()); in ClearRegisters() 1313 StoreRegister(reg, w10); in WriteStackPointerToRegister() 1512 void RegExpMacroAssemblerARM64::StoreRegister(int register_index, in StoreRegister() function in v8::internal::RegExpMacroAssemblerARM64
|
D | regexp-macro-assembler-arm64.h | 248 inline void StoreRegister(int register_index, Register source);
|
/external/v8/src/ |
D | deoptimizer.h | 964 void StoreRegister(Register reg);
|
D | deoptimizer.cc | 1990 void Translation::StoreRegister(Register reg) { in StoreRegister() function in v8::internal::Translation
|
/external/v8/src/compiler/ |
D | code-generator.cc | 1137 translation->StoreRegister(converter.ToRegister(op)); in AddTranslationForOperand()
|