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

  /art/compiler/optimizing/
code_generator.cc 188 uint64_t GetJitClassRootIndex(TypeReference type_reference) const {
287 uint64_t CodeGenerator::GetJitClassRootIndex(TypeReference type_reference) {
289 return code_generation_data_->GetJitClassRootIndex(type_reference);
    [all...]
code_generator.h 704 uint64_t GetJitClassRootIndex(TypeReference type_reference);
    [all...]
code_generator_arm64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips.cc     [all...]

Completed in 266 milliseconds