Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.h37 std::unordered_map<uint32_t, std::string> methods; member
Dassembly-emitter.cpp258 const std::unordered_map<std::string, BaseMethodItem *> &methods) in CreateScalarMethodValueItem()
465 … const std::unordered_map<std::string, BaseMethodItem *> &methods) in CreateMethodHandleItem()
1484 const std::unordered_map<std::string, panda_file::BaseMethodItem *> &methods, in Emit()
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp252 std::vector<panda_file::File::EntityId> methods = extractor.GetMethodIdList(); in GetBreakpointAddressWrapper() local
387 auto methods = extractor.GetMethodIdList(); variable
Dfile_item_container_test.cpp688 const auto &methods = extractor.GetMethodIdList(); variable
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts282methods: Map<string, {typeIndex: number, isDeclare: boolean}> = new Map<string, {typeIndex: number… property in ClassType
825 methods: Array<number> = new Array<number>(); property in InterfaceType
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1377 …d SnapshotProcessor::DeserializePandaMethod(uintptr_t begin, uintptr_t end, MethodLiteral *methods, in DeserializePandaMethod()
1505 MethodLiteral *methods = nullptr; in Relocate() local
1526MethodLiteral* methods, size_t methodNums, size_t rootObjSize) in RelocateSpaceObject()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp229 std::vector<std::string> methods; in GetLiteralMethods() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp67 MethodLiteral *methods = jsPandaFile_->GetMethodLiterals(); in ProcessClasses() local