Home
last modified time | relevance | path

Searched defs:classId (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp41 panda_file::File::EntityId classId(index); in CheckIsBundlePack() local
122 panda_file::File::EntityId classId(index); in InitializeUnMergedPF() local
152 panda_file::File::EntityId classId(index); in InitializeMergedPF() local
274 panda_file::File::EntityId classId(index); in GetNpmEntries() local
Dpanda_file_translator.cpp51 panda_file::File::EntityId classId(index); in TranslateClasses() local
Dquick_fix_loader.cpp168 panda_file::File::EntityId classId(index); in GenerateConstpoolCache() local
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.cpp788 panda_file::File::EntityId classId = static_cast<Class *>(klass)->GetFileId(); in SetPropertyAccessWatch() local
803 panda_file::File::EntityId classId = static_cast<Class *>(klass)->GetFileId(); in ClearPropertyAccessWatch() local
817 panda_file::File::EntityId classId = static_cast<Class *>(klass)->GetFileId(); in SetPropertyModificationWatch() local
831 panda_file::File::EntityId classId = static_cast<Class *>(klass)->GetFileId(); in ClearPropertyModificationWatch() local
858 const tooling::PropertyWatch *Debugger::FindPropertyWatch(panda_file::File::EntityId classId, in FindPropertyWatch()
872 bool Debugger::RemovePropertyWatch(panda_file::File::EntityId classId, panda_file::File::EntityId f… in RemovePropertyWatch()
Ddebugger.h95 PropertyWatch(panda_file::File::EntityId classId, panda_file::File::EntityId fieldId, Type type) in PropertyWatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp44 panda_file::File::EntityId classId(index); in ProcessClasses() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp95 const std::string classId("test_1"); in HWTEST_F_L0() local