Home
last modified time | relevance | path

Searched refs:GenInlinedCurrentThread (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/x86/
Dcodegen_x86.h287 bool GenInlinedCurrentThread(CallInfo* info) OVERRIDE;
Dtarget_x86.cc2893 bool X86Mir2Lir::GenInlinedCurrentThread(CallInfo* info) { in GenInlinedCurrentThread() function in art::X86Mir2Lir
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc486 return backend->GenInlinedCurrentThread(info); in GenIntrinsic()
Dmir_to_lir.h979 virtual bool GenInlinedCurrentThread(CallInfo* info);
Dgen_invoke.cc1571 bool Mir2Lir::GenInlinedCurrentThread(CallInfo* info) { in GenInlinedCurrentThread() function in art::Mir2Lir