Searched refs:kCallSizeWithoutRelocation (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/arm64/
H A Dassembler-arm64-inl.h617 STATIC_ASSERT(Assembler::kCallSizeWithoutRelocation == 4 * kInstructionSize);
626 return pc + Assembler::kCallSizeWithoutRelocation;
H A Dassembler-arm64.h854 static const int kCallSizeWithoutRelocation = 4 * kInstructionSize; member in class:v8::internal::Assembler
H A Dmacro-assembler-arm64.cc2017 return kCallSizeWithoutRelocation;
2034 return kCallSizeWithoutRelocation;

Completed in 135 milliseconds