Searched refs:kCallSizeWithRelocation (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/arm64/
H A Dassembler-arm64-inl.h618 STATIC_ASSERT(Assembler::kCallSizeWithRelocation == 2 * kInstructionSize);
631 return pc + Assembler::kCallSizeWithRelocation;
H A Dassembler-arm64.h855 static const int kCallSizeWithRelocation = 2 * kInstructionSize; member in class:v8::internal::Assembler
H A Dmacro-assembler-arm64.cc2019 return kCallSizeWithRelocation;
2036 return kCallSizeWithRelocation;
H A Dcode-stubs-arm64.cc2686 Assembler::kCallSizeWithRelocation + (2 * kInstructionSize);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc317 Assembler::kCallSizeWithRelocation);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc4653 Assembler::kCallSizeWithRelocation);

Completed in 202 milliseconds