Searched refs:RecordPointer (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dlithium-allocator.cc613 instr->pointer_map()->RecordPointer(operand, chunk()->zone());
867 instr->pointer_map()->RecordPointer(input_copy, chunk()->zone());
1053 branch->pointer_map()->RecordPointer(phi_operand, chunk()->zone());
1162 branch->pointer_map()->RecordPointer(cur_op, chunk()->zone());
1451 map->RecordPointer(range->GetSpillOperand(), chunk()->zone());
1460 map->RecordPointer(operand, chunk()->zone());
H A Dlithium.cc215 void LPointerMap::RecordPointer(LOperand* op, Zone* zone) { function in class:v8::internal::LPointerMap
H A Dlithium.h376 void RecordPointer(LOperand* op, Zone* zone);
/external/v8/src/compiler/
H A Dinstruction.cc126 void PointerMap::RecordPointer(InstructionOperand* op, Zone* zone) { function in class:v8::internal::compiler::PointerMap
H A Dregister-allocator.cc603 instr->pointer_map()->RecordPointer(operand, code_zone());
907 instr->pointer_map()->RecordPointer(input_copy, code_zone());
1490 map->RecordPointer(range->GetSpillOperand(), code_zone());
1500 map->RecordPointer(operand, code_zone());
H A Dinstruction.h389 void RecordPointer(InstructionOperand* op, Zone* zone);

Completed in 230 milliseconds