Home
last modified time | relevance | path

Searched refs:ScanLiteralPoolMethod (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dcodegen_util.cc423 LIR* Mir2Lir::ScanLiteralPoolMethod(LIR* data_target, const MethodReference& method) { in ScanLiteralPoolMethod() function in art::Mir2Lir
1275 LIR* data_target = ScanLiteralPoolMethod(code_literal_list_, target_method); in LoadCodeAddress()
1292 LIR* data_target = ScanLiteralPoolMethod(method_literal_list_, target_method); in LoadMethodAddress()
Dmir_to_lir.h664 LIR* ScanLiteralPoolMethod(LIR* data_target, const MethodReference& method);