Home
last modified time | relevance | path

Searched refs:pointer_map (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/mips/
Dlithium-mips.h62 LPointerMap* pointer_map() const { in pointer_map() function
/external/v8/src/arm/
Dlithium-codegen-arm.cc496 LPointerMap* pointers = instr->pointer_map(); in CallCodeGeneric()
514 LPointerMap* pointers = instr->pointer_map(); in CallRuntime()
528 instr->pointer_map(), argc, Safepoint::kNoDeoptimizationIndex); in CallRuntimeFromDeferred()
546 RecordSafepoint(instr->pointer_map(), in RegisterLazyDeoptimization()
551 instr->pointer_map(), in RegisterLazyDeoptimization()
1072 RecordSafepointWithRegistersAndDoubles(instr->pointer_map(), in DoDeferredBinaryOpStub()
2633 LPointerMap* pointers = instr->pointer_map(); in DoApplyArguments()
2706 LPointerMap* pointers = instr->pointer_map(); in CallKnownFunction()
4183 LPointerMap* pointers = instr->pointer_map(); in DoDeleteProperty()
Dlithium-arm.cc107 pointer_map()->PrintTo(stream); in PrintTo()
464 pointer_maps_.Add(instr->pointer_map()); in AddInstruction()
465 instr->pointer_map()->set_lithium_position(index); in AddInstruction()
Dlithium-arm.h220 LPointerMap* pointer_map() const { return pointer_map_.get(); } in pointer_map() function
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc417 LPointerMap* pointers = instr->pointer_map(); in CallCodeGeneric()
450 LPointerMap* pointers = instr->pointer_map(); in CallRuntime()
468 instr->pointer_map(), argc, Safepoint::kNoDeoptimizationIndex); in CallRuntimeFromDeferred()
486 RecordSafepoint(instr->pointer_map(), in RegisterLazyDeoptimization()
491 instr->pointer_map(), in RegisterLazyDeoptimization()
2492 LPointerMap* pointers = instr->pointer_map(); in DoApplyArguments()
2562 LPointerMap* pointers = instr->pointer_map(); in CallKnownFunction()
4133 LPointerMap* pointers = instr->pointer_map(); in DoDeleteProperty()
Dlithium-ia32.cc109 pointer_map()->PrintTo(stream); in PrintTo()
456 pointer_maps_.Add(instr->pointer_map()); in AddInstruction()
457 instr->pointer_map()->set_lithium_position(index); in AddInstruction()
Dlithium-ia32.h220 LPointerMap* pointer_map() const { return pointer_map_.get(); } in pointer_map() function
/external/v8/src/x64/
Dlithium-codegen-x64.cc449 LPointerMap* pointers = instr->pointer_map(); in CallCodeGeneric()
475 LPointerMap* pointers = instr->pointer_map(); in CallRuntime()
489 instr->pointer_map(), argc, Safepoint::kNoDeoptimizationIndex); in CallRuntimeFromDeferred()
509 RecordSafepoint(instr->pointer_map(), in RegisterLazyDeoptimization()
514 instr->pointer_map(), in RegisterLazyDeoptimization()
2504 LPointerMap* pointers = instr->pointer_map(); in DoApplyArguments()
2575 LPointerMap* pointers = instr->pointer_map(); in CallKnownFunction()
3969 LPointerMap* pointers = instr->pointer_map(); in DoDeleteProperty()
Dlithium-x64.cc109 pointer_map()->PrintTo(stream); in PrintTo()
457 pointer_maps_.Add(instr->pointer_map()); in AddInstruction()
458 instr->pointer_map()->set_lithium_position(index); in AddInstruction()
Dlithium-x64.h221 LPointerMap* pointer_map() const { return pointer_map_.get(); } in pointer_map() function
/external/v8/src/
Dlithium-allocator.cc639 instr->pointer_map()->RecordPointer(operand); in AllocateFixed()
877 instr->pointer_map()->RecordPointer(input_copy); in MeetConstraintsBetween()
1127 branch->pointer_map()->RecordPointer(cur_op); in ResolveControlFlow()