Home
last modified time | relevance | path

Searched defs:pandaFile (Results 1 - 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dliteral_data_accessor.cpp20 LiteralDataAccessor::LiteralDataAccessor(const File &pandaFile, File::EntityId literalDataId) in LiteralDataAccessor() argument
H A Dmethod_data_accessor.cpp21 MethodDataAccessor::MethodDataAccessor(const File &pandaFile, File::EntityId methodId) in MethodDataAccessor() argument
H A Ddebug_data_accessor.cpp21 DebugInfoDataAccessor::DebugInfoDataAccessor(const File &pandaFile, File::EntityId debugInfoId) in DebugInfoDataAccessor() argument
H A Dmethod_handle_data_accessor.cpp21 MethodHandleDataAccessor::MethodHandleDataAccessor(const File &pandaFile, File::EntityId methodHandleId) in MethodHandleDataAccessor() argument
H A Dclass_data_accessor.cpp24 ClassDataAccessor::ClassDataAccessor(const File &pandaFile, File::EntityId classId) in ClassDataAccessor() argument
H A Dannotation_data_accessor.cpp21 AnnotationDataAccessor::AnnotationDataAccessor(const File &pandaFile, File::EntityId annotationId) in AnnotationDataAccessor() argument
H A Dfield_data_accessor-inl.h29 inline File::EntityId FieldDataAccessor::GetTypeId(const File &pandaFile, File::EntityId fieldId) in GetTypeId() argument
37 inline File::EntityId FieldDataAccessor::GetNameId(const File &pandaFile, File::EntityId fieldId) in GetNameId() argument
H A Dcode_data_accessor.cpp37 CodeDataAccessor::CodeDataAccessor(const File &pandaFile, File::EntityId codeId) in CodeDataAccessor() argument
H A Dfield_data_accessor.cpp23 FieldDataAccessor::FieldDataAccessor(const File &pandaFile, File::EntityId fieldId) in FieldDataAccessor() argument
H A Dproto_data_accessor.h27 ProtoDataAccessor(const File &pandaFile, File::EntityId protoId) : pandaFile_(pandaFile), protoId_(protoId) {} in ProtoDataAccessor() argument
H A Dparam_annotations_data_accessor.h59 ParamAnnotationsDataAccessor(const File &pandaFile, File::EntityId id) : pandaFile_(pandaFile), id_(id) in ParamAnnotationsDataAccessor() argument
H A Dvalue.h28 ScalarValue(const File &pandaFile, uint32_t value) : pandaFile_(pandaFile), value_(value) {} in ScalarValue() argument
74 ArrayValue(const File &pandaFile, File::EntityId id) : pandaFile_(pandaFile), id_(id) in ArrayValue() argument
H A Dannotation_data_accessor.h29 Elem(const File &pandaFile, File::EntityId nameId, uint32_t value) in Elem() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dfield.cpp27 const auto *pandaFile = GetPandaFile(); in GetName() local
34 const auto *pandaFile = GetPandaFile(); in ResolveTypeClass() local
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_extractor.h38 explicit TestExtractor(const JSPandaFile *pandaFile) : DebugInfoExtractor(pandaFile) {} in TestExtractor() argument
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Dpt_location.h28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation() argument
/arkcompiler/ets_runtime/ecmascript/module/
H A Dnapi_module_loader.cpp49 LoadModuleNameSpaceWithPath(JSThread *thread, CString &abcFilePath, CString &requestPath, CString &modulePath, const JSPandaFile *pandaFile) LoadModuleNameSpaceWithPath() argument
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_variable_first_test.h74 std::string pandaFile = DEBUGGER_ABC_DIR "variable_first.abc"; variable
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h35 explicit BytecodeOptimizerRuntimeAdapter(const panda_file::File &pandaFile) : pandaFile_(pandaFile) {} in BytecodeOptimizerRuntimeAdapter() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp182 const panda_file::File *pandaFile = jsPandaFile->GetPandaFile(); in GetCodeSize() local
H A Ddebug_info_extractor.cpp272 auto &pandaFile = *jsPandaFile_->GetPandaFile(); in ExtractorMethodDebugInfo() local
287 void DebugInfoExtractor::ExtractorMethodDebugInfo(const panda_file::File &pandaFile, in ExtractorMethodDebugInfo() argument
319 auto &pandaFile = *jsPandaFile_->GetPandaFile(); in Extract() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.cpp87 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in FindCatchBlock() local
108 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in HasCatchBlock() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_test.cpp134 auto pandaFile = GetPandaFile(&data); in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_field_wrapper.cpp191 const auto *pandaFile = field->GetPandaFile(); in GetRefConvert() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.cpp48 auto pandaFile = reinterpret_cast<const panda_file::File *>(filePtr); in FromTypeDescriptor() local

Completed in 10 milliseconds

12