Home
last modified time | relevance | path

Searched refs:CreateIrClass (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DdebugInfoDeserializer.h56 varbinder::Variable *CreateIrClass(panda_file::File::EntityId classId, parser::Program *classProgram,
H A DdebugInfoDeserializer.cpp71 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 DscopedDebugInfoPlugin.cpp270 return deserializer->CreateIrClass(classId, program, declSourcePath, declName); in FindClass()
292 return deserializer->CreateIrClass(classId, program, declSourcePath, declName); in FindClass()

Completed in 2 milliseconds