Searched refs:RecordPointer (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | lithium-allocator.cc | 613 instr->pointer_map()->RecordPointer(operand, chunk()->zone()); in AllocateFixed() 867 instr->pointer_map()->RecordPointer(input_copy, chunk()->zone()); in MeetConstraintsBetween() 1053 branch->pointer_map()->RecordPointer(phi_operand, chunk()->zone()); in ResolvePhis() 1162 branch->pointer_map()->RecordPointer(cur_op, chunk()->zone()); in ResolveControlFlow() 1451 map->RecordPointer(range->GetSpillOperand(), chunk()->zone()); in PopulatePointerMaps() 1460 map->RecordPointer(operand, chunk()->zone()); in PopulatePointerMaps()
|
D | lithium.cc | 215 void LPointerMap::RecordPointer(LOperand* op, Zone* zone) { in RecordPointer() function in v8::internal::LPointerMap
|
D | lithium.h | 376 void RecordPointer(LOperand* op, Zone* zone);
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 603 instr->pointer_map()->RecordPointer(operand, code_zone()); in AllocateFixed() 907 instr->pointer_map()->RecordPointer(input_copy, code_zone()); in MeetConstraintsBetween() 1490 map->RecordPointer(range->GetSpillOperand(), code_zone()); in PopulatePointerMaps() 1500 map->RecordPointer(operand, code_zone()); in PopulatePointerMaps()
|
D | instruction.cc | 126 void PointerMap::RecordPointer(InstructionOperand* op, Zone* zone) { in RecordPointer() function in v8::internal::compiler::PointerMap
|
D | instruction.h | 389 void RecordPointer(InstructionOperand* op, Zone* zone);
|