Home
last modified time | relevance | path

Searched refs:IsExternal (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/compiler/tests/
Dgraph_test.h51 if (pfile->IsExternal(record_id)) { in TestBuildGraphFromFile()
57 if (!mda.IsExternal()) { in TestBuildGraphFromFile()
DirBuilder_tests.cpp88 if (pfile->IsExternal(record_id)) { in TestBuildGraphFromFile()
94 if (!mda.IsExternal()) { in TestBuildGraphFromFile()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h59 ASSERT(!mda.IsExternal()); in GetMethodTotalArgumentsCount()
77 ASSERT(!mda.IsExternal()); in GetMethodRegistersCount()
87 ASSERT(!mda.IsExternal()); in GetMethodCode()
97 ASSERT(!mda.IsExternal()); in GetMethodCodeSize()
107 ASSERT(!mda.IsExternal()); in GetMethodSourceLanguage()
Doptimize_bytecode.cpp370 if (pfile->IsExternal(record_id)) { in OptimizePandaFile()
376 if (!mda.IsExternal()) { in OptimizePandaFile()
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.h147 if (file_->IsExternal(method_id)) { in CreateGenericMethodItem()
156 if (file_->IsExternal(field_id)) { in CreateGenericFieldItem()
165 if (file_->IsExternal(class_id)) { in CreateGenericClassItem()
Dfile_reader.cpp192 if (!file_->IsExternal(ann_class_id)) { in CreateAnnotationItem()
434 if (file_->IsExternal(class_id)) { in CreateAnnotationItem()
525 if (file_->IsExternal(type_cls_id)) { in CreateParamTypeItem()
621 if (file_->IsExternal(type_cls_id)) { in CreateMethodItem()
678 if (file_->IsExternal(catch_cls_id)) { in CreateMethodItem()
734 if (file_->IsExternal(type_id)) { in CreateFieldItem()
821 if (file_->IsExternal(type_cls_id)) { in CreateForeignMethodItem()
861 if (file_->IsExternal(type_id)) { in CreateForeignFieldItem()
925 if (file_->IsExternal(super_class_id)) { in CreateClassItem()
935 if (file_->IsExternal(iface_id)) { in CreateClassItem()
[all …]
Dmethod_data_accessor.cpp34 is_external_ = panda_file_.IsExternal(method_id); in MethodDataAccessor()
Dclass_data_accessor.cpp26 ASSERT(!panda_file.IsExternal(class_id)); in ClassDataAccessor()
Dfield_data_accessor.cpp35 is_external_ = panda_file_.IsExternal(field_id_); in FieldDataAccessor()
Dfield_data_accessor.h44 bool IsExternal() const in IsExternal() function
Dmethod_data_accessor.h44 bool IsExternal() const in IsExternal() function
Ddebug_info_extractor.cpp189 if (panda_file.IsExternal(id)) { in Extract()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dgraph_test.h51 if (pfile->IsExternal(record_id)) { in TestBuildGraphFromFile()
57 if (!mda.IsExternal()) { in TestBuildGraphFromFile()
Druntime_adapter_test.cpp54 if (arkf->IsExternal(record_id)) { in GetPointers()
/arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/
Dclassdataaccessor_fuzzer.cpp33 if (panda_file.IsExternal(id)) { in ClassDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/
Dannotationdataaccessor_fuzzer.cpp34 if (panda_file.IsExternal(id)) { in AnnotationDataAccessorFuzzTest()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp49 if (pf_->IsExternal(classId)) { in CheckIsBundlePack()
134 if (pf_->IsExternal(classId)) { in InitializeUnMergedPF()
165 if (pf_->IsExternal(classId)) { in InitializeMergedPF()
257 if (pf_->IsExternal(classId)) { in GetNpmEntries()
Djs_pandafile.h203 inline bool IsExternal(panda_file::File::EntityId id) const in IsExternal() function
205 return pf_->IsExternal(id); in IsExternal()
Ddebug_info_extractor.cpp277 ASSERT(classId.IsValid() && !pandaFile.IsExternal(classId)); in ExtractorMethodDebugInfo()
326 if (!classId.IsValid() || jsPandaFile_->IsExternal(classId)) { in Extract()
Ddebug_info_extractor.h105 if (jsPandaFile_->IsExternal(id)) { in MatchWithLocation()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp78 ASSERT_FALSE(pf->IsExternal(class_id)); in TEST()
96 ASSERT_FALSE(mda.IsExternal()); in TEST()
133 ASSERT_FALSE(pf->IsExternal(class_id)); in TEST()
163 ASSERT_FALSE(fda.IsExternal()); in TEST()
561 ASSERT_FALSE(pf->IsExternal(class_id)); in TEST()
Dassembler_emitter_test.cpp120 EXPECT_FALSE(pf->IsExternal(class_id));
136 EXPECT_FALSE(mda.IsExternal()); in __anon654af7a10402()
169 EXPECT_FALSE(pf->IsExternal(class_id));
195 EXPECT_FALSE(fda.IsExternal()); in __anon654af7a10602()
645 EXPECT_FALSE(pf->IsExternal(class_id));
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp142 if (!file_->IsExternal(record_id)) { in GetRecord()
669 if (file_->IsExternal(method_accessor.GetMethodId())) { in GetMetaData()
699 if (file_->IsExternal(record_id)) { in GetMetaData()
716 if (field_accessor.IsExternal()) { in GetMetaData()
965 if (file_->IsExternal(record_id)) { in GetRecordInfo()
1570 if (file_->IsExternal(class_id)) { in GetRecordLanguage()
1647 const bool is_external = file_->IsExternal(arg_method_id); in GetInstructions()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp375 EXPECT_FALSE(data_accessor.IsExternal()); in __anon97c8f9170802()
437 EXPECT_FALSE(data_accessor.IsExternal()); in __anon97c8f9170b02()
732 ASSERT_TRUE(panda_file->IsExternal(class_item->GetFileId()));
740 EXPECT_TRUE(method_data_accessor.IsExternal());
748 EXPECT_TRUE(field_data_accessor.IsExternal());
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp354 if (panda_file_->IsExternal(class_id)) { in ExtractModuleInfo()
457 if (panda_file_->IsExternal(class_id)) { in InitializeAllDefinedFunction()
463 if (!mda.IsExternal()) { in InitializeAllDefinedFunction()

12