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

  /art/compiler/driver/
compiler_driver-inl.h 256 inline ArtMethod* CompilerDriver::ResolveMethod(
263 ? mUnit->GetClassLinker()->ResolveMethod<ClassLinker::kForceICCECheck>(
265 : mUnit->GetClassLinker()->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
389 called_method = class_linker->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
395 called_method = class_linker->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
compiler_driver.h 314 ArtMethod* ResolveMethod(
compiler_driver.cc     [all...]
  /art/runtime/
class_linker-inl.h 141 inline ArtMethod* ClassLinker::ResolveMethod(Thread* self,
152 resolved_method = ResolveMethod<kResolveMode>(*dex_file,
class_linker.h 299 ArtMethod* ResolveMethod(const DexFile& dex_file,
320 ArtMethod* ResolveMethod(Thread* self, uint32_t method_idx, ArtMethod* referrer, InvokeType type)
    [all...]
class_linker.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.h 266 ArtMethod* ResolveMethod(uint16_t method_idx, InvokeType invoke_type);
instruction_builder.cc 668 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) {
687 ArtMethod* resolved_method = class_linker->ResolveMethod<ClassLinker::kForceICCECheck>(
714 // We have to special case the invoke-super case, as ClassLinker::ResolveMethod does not.
    [all...]
optimizing_compiler.cc 689 method = compiler_driver->ResolveMethod(
    [all...]
reference_type_propagation.cc 451 ArtMethod* method = cl->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 79 return class_linker->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
449 resolved_method = class_linker->ResolveMethod<resolve_mode>(self, method_idx, referrer, type);
    [all...]
  /art/compiler/
oat_writer.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 217 ArtMethod* method = linker->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
    [all...]

Completed in 876 milliseconds