Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp527 Inst def_method_input0 = inst.GetInputInsts()[0]; in ExtractClassAndFunctionInfo() local
528 Inst ld_obj_input0 = def_method_input0.GetInputInsts()[0]; in ExtractClassAndFunctionInfo()
529 if ((def_method_input0.GetType() == InstType::LDOBJBYNAME_IMM8_ID16 || in ExtractClassAndFunctionInfo()
530 def_method_input0.GetType() == InstType::LDOBJBYNAME_IMM16_ID16) && in ExtractClassAndFunctionInfo()
531 GetStringByInst(def_method_input0) == PROTOTYPE && in ExtractClassAndFunctionInfo()