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

  /art/compiler/driver/
compiler_driver-inl.h 133 inline ArtMethod* CompilerDriver::ResolveMethod(
140 ? mUnit->GetClassLinker()->ResolveMethod<ClassLinker::kForceICCECheck>(
142 : mUnit->GetClassLinker()->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
compiler_driver.h 233 ArtMethod* ResolveMethod(
compiler_driver.cc 567 Runtime::Current()->GetClassLinker()->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
    [all...]
  /art/runtime/
class_linker-inl.h 123 inline ArtMethod* ClassLinker::ResolveMethod(Thread* self,
135 resolved_method = ResolveMethod<kResolveMode>(*dex_file,
class_linker.h 298 ArtMethod* ResolveMethod(const DexFile& dex_file,
319 ArtMethod* ResolveMethod(Thread* self, uint32_t method_idx, ArtMethod* referrer, InvokeType type)
    [all...]
class_linker.cc     [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 284 ArtMethod* resolved_method = class_linker->ResolveMethod<ClassLinker::kForceICCECheck>(
  /art/compiler/optimizing/
instruction_builder.h 298 ArtMethod* ResolveMethod(uint16_t method_idx, InvokeType invoke_type);
reference_type_propagation.cc 529 ArtMethod* method = cl->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
    [all...]
optimizing_compiler.cc     [all...]
instruction_builder.cc 680 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) {
698 ArtMethod* resolved_method = class_linker->ResolveMethod<ClassLinker::kForceICCECheck>(
725 // We have to special case the invoke-super case, as ClassLinker::ResolveMethod does not.
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 455 resolved_method = class_linker->ResolveMethod<resolve_mode>(self, method_idx, referrer, type);
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/
verifier_deps_test.cc 160 ArtMethod* resolved_method = class_linker_->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
    [all...]
oat_writer.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 572 class_linker->ResolveMethod<ClassLinker::kForceICCECheck>(self,
    [all...]
  /art/runtime/verifier/
method_verifier.cc 233 ArtMethod* method = linker->ResolveMethod<ClassLinker::kNoICCECheckForCache>(
    [all...]

Completed in 240 milliseconds