HomeSort by relevance Sort by last modified time
    Searched refs:safepoints (Results 1 - 21 of 21) sorted by null

  /art/compiler/optimizing/
register_allocation_resolver.h 47 void Resolve(ArrayRef<HInstruction* const> safepoints,
60 // Calculate the maximum size of the spill area for safepoints.
61 size_t CalculateMaximumSafepointSpillSize(ArrayRef<HInstruction* const> safepoints);
register_allocation_resolver.cc 32 void RegisterAllocationResolver::Resolve(ArrayRef<HInstruction* const> safepoints,
46 // Update safepoints and calculate the size of the spills.
48 size_t maximum_safepoint_spill_size = CalculateMaximumSafepointSpillSize(safepoints);
272 ArrayRef<HInstruction* const> safepoints) {
276 for (HInstruction* instruction : safepoints) {
register_allocator_graph_color.cc 438 // track of live intervals across safepoints.
439 // TODO: Should build safepoints elsewhere.
628 // (2) Build the interference graph. Also gather safepoints.
629 ArenaVector<InterferenceNode*> safepoints(
    [all...]
  /external/v8/src/compiler/
code-generator.h 80 SafepointTableBuilder* safepoints() { return &safepoints_; } function in class:v8::internal::compiler::final
code-generator.cc 221 safepoints()->Emit(masm(), frame()->GetTotalFrameSlotCount());
229 result->set_safepoint_table_offset(safepoints()->GetCodeOffset());
271 safepoints()->DefineSafepoint(masm(), kind, arguments, deopt_mode);
653 safepoints()->RecordLazyDeoptimizationIndex(deopt_state_id);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 352 // gets correctly ordered with respect to GC safepoints.
MIPSOps.go 384 // gets correctly ordered with respect to GC safepoints.
386Ops.go 447 // gets correctly ordered with respect to GC safepoints.
ARM64Ops.go 430 // gets correctly ordered with respect to GC safepoints.
ARMOps.go 484 // gets correctly ordered with respect to GC safepoints.
    [all...]
genericOps.go 279 // gets correctly ordered with respect to GC safepoints.
AMD64Ops.go     [all...]
S390XOps.go 409 // gets correctly ordered with respect to GC safepoints.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 352 // gets correctly ordered with respect to GC safepoints.
MIPSOps.go 384 // gets correctly ordered with respect to GC safepoints.
386Ops.go 447 // gets correctly ordered with respect to GC safepoints.
ARM64Ops.go 430 // gets correctly ordered with respect to GC safepoints.
ARMOps.go 484 // gets correctly ordered with respect to GC safepoints.
    [all...]
genericOps.go 279 // gets correctly ordered with respect to GC safepoints.
AMD64Ops.go     [all...]
S390XOps.go 409 // gets correctly ordered with respect to GC safepoints.
    [all...]

Completed in 207 milliseconds