/arkcompiler/runtime_core/compiler/tests/ |
D | graph_test.h | 51 if (pfile->IsExternal(record_id)) { in TestBuildGraphFromFile() 57 if (!mda.IsExternal()) { in TestBuildGraphFromFile()
|
D | irBuilder_tests.cpp | 88 if (pfile->IsExternal(record_id)) { in TestBuildGraphFromFile() 94 if (!mda.IsExternal()) { in TestBuildGraphFromFile()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | runtime_adapter.h | 59 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()
|
D | optimize_bytecode.cpp | 370 if (pfile->IsExternal(record_id)) { in OptimizePandaFile() 376 if (!mda.IsExternal()) { in OptimizePandaFile()
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_reader.h | 147 if (file_->IsExternal(method_id)) { in CreateGenericMethodItem() 156 if (file_->IsExternal(field_id)) { in CreateGenericFieldItem() 165 if (file_->IsExternal(class_id)) { in CreateGenericClassItem()
|
D | file_reader.cpp | 192 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 …]
|
D | method_data_accessor.cpp | 34 is_external_ = panda_file_.IsExternal(method_id); in MethodDataAccessor()
|
D | class_data_accessor.cpp | 26 ASSERT(!panda_file.IsExternal(class_id)); in ClassDataAccessor()
|
D | field_data_accessor.cpp | 35 is_external_ = panda_file_.IsExternal(field_id_); in FieldDataAccessor()
|
D | field_data_accessor.h | 44 bool IsExternal() const in IsExternal() function
|
D | method_data_accessor.h | 44 bool IsExternal() const in IsExternal() function
|
D | debug_info_extractor.cpp | 189 if (panda_file.IsExternal(id)) { in Extract()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | graph_test.h | 51 if (pfile->IsExternal(record_id)) { in TestBuildGraphFromFile() 57 if (!mda.IsExternal()) { in TestBuildGraphFromFile()
|
D | runtime_adapter_test.cpp | 54 if (arkf->IsExternal(record_id)) { in GetPointers()
|
/arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/ |
D | classdataaccessor_fuzzer.cpp | 33 if (panda_file.IsExternal(id)) { in ClassDataAccessorFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/ |
D | annotationdataaccessor_fuzzer.cpp | 34 if (panda_file.IsExternal(id)) { in AnnotationDataAccessorFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile.cpp | 49 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()
|
D | js_pandafile.h | 203 inline bool IsExternal(panda_file::File::EntityId id) const in IsExternal() function 205 return pf_->IsExternal(id); in IsExternal()
|
D | debug_info_extractor.cpp | 277 ASSERT(classId.IsValid() && !pandaFile.IsExternal(classId)); in ExtractorMethodDebugInfo() 326 if (!classId.IsValid() || jsPandaFile_->IsExternal(classId)) { in Extract()
|
D | debug_info_extractor.h | 105 if (jsPandaFile_->IsExternal(id)) { in MatchWithLocation()
|
/arkcompiler/runtime_core/assembler/tests/ |
D | emitter_test.cpp | 78 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()
|
D | assembler_emitter_test.cpp | 120 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/ |
D | disassembler.cpp | 142 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/ |
D | file_item_container_test.cpp | 375 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/ |
D | abc_file.cpp | 354 if (panda_file_->IsExternal(class_id)) { in ExtractModuleInfo() 457 if (panda_file_->IsExternal(class_id)) { in InitializeAllDefinedFunction() 463 if (!mda.IsExternal()) { in InitializeAllDefinedFunction()
|