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

  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 213 // We want to avoid generating veneer pools too often, so generate veneers for
214 // branches that don't immediately require a veneer but will soon go out of
229 Instruction* veneer = masm_->GetCursorAddress<Instruction*>(); local
230 branch->SetImmPCOffsetTarget(veneer);
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 384 // Prevent recursive pool emission and protect from veneer pools.
671 // Use the veneer for all previous links in the chain.
689 // this function with a veneer to the target label.
946 // Check the veneer pool hasn't been blocked for too long.
    [all...]

Completed in 353 milliseconds