Searched refs:code_literal_list_ (Results 1 – 3 of 3) sorted by relevance
361 data_lir = code_literal_list_; in InstallLiteralPools()659 offset = AssignLiteralOffsetCommon(code_literal_list_, offset); in AssignLiteralOffset()944 code_literal_list_(NULL), in Mir2Lir()
350 LIR* data_target = cg->ScanLiteralPool(cg->code_literal_list_, in NextSDCallInsn()353 data_target = cg->AddWordData(&cg->code_literal_list_, target_method.dex_method_index); in NextSDCallInsn()393 LIR* data_target = cg->ScanLiteralPool(cg->code_literal_list_, in NextSDCallInsn()396 data_target = cg->AddWordData(&cg->code_literal_list_, target_method.dex_method_index); in NextSDCallInsn()
720 LIR* code_literal_list_; // Code literals requiring patching. variable