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

  /art/compiler/optimizing/
code_generator_arm64.h 49 static constexpr int kInvokeCodeMarginSizeInBytes = 6 * kMaxMacroInstructionSizeInBytes;
    [all...]
code_generator_arm64.cc     [all...]
intrinsics_arm64.cc 126 vixl::EmissionCheckScope guard(codegen->GetVIXLAssembler(), kInvokeCodeMarginSizeInBytes);
    [all...]

Completed in 152 milliseconds