Home
last modified time | relevance | path

Searched refs:NewJitRootClassPatch (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.h473 Label* NewJitRootClassPatch(const DexFile& dex_file,
H A Dcode_generator_x86.h503 Label* NewJitRootClassPatch(const DexFile& dex_file,
H A Dcode_generator_x86_64.cc6270 Label* CodeGeneratorX86_64::NewJitRootClassPatch(const DexFile& dex_file, in NewJitRootClassPatch() function in art::x86_64::CodeGeneratorX86_64
6352 codegen_->NewJitRootClassPatch(cls->GetDexFile(), cls->GetTypeIndex(), cls->GetClass()); in VisitLoadClass()
H A Dcode_generator_x86.cc7135 Label* CodeGeneratorX86::NewJitRootClassPatch(const DexFile& dex_file, in NewJitRootClassPatch() function in art::x86::CodeGeneratorX86
7216 Label* fixup_label = codegen_->NewJitRootClassPatch( in VisitLoadClass()