Searched refs:CreateIrClass (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
H A D | debugInfoDeserializer.h | 56 varbinder::Variable *CreateIrClass(panda_file::File::EntityId classId, parser::Program *classProgram,
|
H A D | debugInfoDeserializer.cpp | 71 varbinder::Variable *DebugInfoDeserializer::CreateIrClass(panda_file::File::EntityId classId, parser::Program *program, in CreateIrClass() function in ark::es2panda::evaluate::DebugInfoDeserializer 74 LOG(DEBUG, ES2PANDA) << "DebugInfoDeserializer::CreateIrClass " << classDeclName << " in " << pathToSource; in CreateIrClass()
|
/arkcompiler/ets_frontend/ets2panda/evaluate/ |
H A D | scopedDebugInfoPlugin.cpp | 270 return deserializer->CreateIrClass(classId, program, declSourcePath, declName); in FindClass() 292 return deserializer->CreateIrClass(classId, program, declSourcePath, declName); in FindClass()
|
Completed in 2 milliseconds