Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dtype_helper.h30 inline bool IsArrayDescriptor(const uint8_t *descriptor) in IsArrayDescriptor()
Dfile.cpp680 auto descriptor = GetStringData(entity_id).data; in GetClassIdFromClassHashTable() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp75 std::string descriptor; in TEST() local
130 std::string descriptor; in TEST() local
218 std::string descriptor; in TEST() local
307 std::string descriptor; in TEST() local
441 std::string descriptor; in TEST() local
469 std::string descriptor; in TEST() local
495 std::string descriptor; in TEST() local
558 std::string descriptor; in TEST() local
687 std::string descriptor; in TEST() local
722 std::string descriptor; in TEST() local
[all …]
Dassembler_emitter_test.cpp75 std::string descriptor; variable
117 std::string descriptor; variable
166 std::string descriptor; variable
249 std::string descriptor; variable
361 std::string descriptor; variable
508 std::string descriptor; variable
541 std::string descriptor; variable
567 std::string descriptor; variable
642 std::string descriptor; variable
775 std::string descriptor; variable
[all …]
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp34const CString &descriptor, const CString &moduleFilename) in ParseModule()
89 const CString &descriptor = jsPandaFile->GetJSPandaFileDesc(); in ParseCjsModule() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp403 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(accessor), true, false, true); in SetLazyAccessor() local
621 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(symbolFunction), true, false,… in InitializeSymbol() local
726 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(symbolFunction), true, false,… in InitializeSymbolWithRealm() local
859 PropertyDescriptor descriptor(thread_, env->GetBigIntFunction(), true, false, true); in InitializeBigIntWithRealm() local
1032 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(ctor), true, false, true); in InitializeExoticConstructor() local
1172 PropertyDescriptor descriptor(thread_, nativeErrorFunction, true, false, true); in SetErrorWithRealm() local
1340 PropertyDescriptor descriptor(thread_, valuesFunc, true, false, true); in InitializeSet() local
1434 PropertyDescriptor descriptor(thread_, entriesFunc, true, false, true); in InitializeMap() local
2159 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(thread_, JSTaggedValue(arrProtoLen)… in InitializeArray() local
2950 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(ctor), true, false, true); in NewBuiltinCjsCtor() local
[all …]
Dbuiltins_number_format.cpp72 …PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(numberFormat), false, false, f… in NumberFormatConstructor() local
Dbuiltins_relative_time_format.cpp56 …PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(relativeTimeFormat), false, fa… in RelativeTimeFormatConstructor() local
Dbuiltins_date_time_format.cpp70 … PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(dtf), false, false, false); in DateTimeFormatConstructor() local
/arkcompiler/runtime_core/assembler/
Dassembly-type.cpp72 Type Type::FromDescriptor(std::string_view descriptor) in FromDescriptor()
Dassembly-emitter.cpp888 auto descriptor = record_owner_type.GetDescriptor(rec.conflict); in HandleAreaForInner() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp198 PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>(function), false, false, false); in SetFrozenFunction() local
208 PropertyDescriptor descriptor(thread, value, false, false, false); in SetFrozenConstructor() local
259 …PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(function), false, false, false… in SetFunctionAtSymbol() local
533 PropertyDescriptor descriptor(thread, entriesFunc, false, false, false); in InitializeTreeMap() local
606 PropertyDescriptor descriptor(thread, valuesFunc, false, false, false); in InitializeTreeSet() local
1145 PropertyDescriptor descriptor(thread, entriesFunc, false, false, false); in InitializeHashMap() local
1212 PropertyDescriptor descriptor(thread, valuesFunc, false, false, false); in InitializeHashSet() local
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h129 PandaString descriptor; in GetMethod() local
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h229 : result_(std::move(descriptor)), in result_()
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp189 InternalPropertyDescriptor descriptor; in HWTEST_F_L0() local
196 PrivatePropertyDescriptor descriptor; in HWTEST_F_L0() local
202 panda::ecmascript::tooling::PropertyDescriptor descriptor; in HWTEST_F_L0() local
711 PrivatePropertyDescriptor descriptor; in HWTEST_F_L0() local
Dpt_returns_test.cpp136 … auto descriptor = std::vector<std::unique_ptr<panda::ecmascript::tooling::PropertyDescriptor>>(); in HWTEST_F_L0() local
Ddebugger_returns_test.cpp220 auto descriptor = std::vector<std::unique_ptr<PropertyDescriptor>>(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp24 JSPandaFile::JSPandaFile(const panda_file::File *pf, const CString &descriptor) in JSPandaFile()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp594 PropertyAttribute descriptor(variableValue, true, true, true); in InitializeExportVariables() local
645 PropertyAttribute descriptor(variableValue, true, true, true); in GetLocalExportVariables() local
686 PropertyAttribute descriptor(value, true, true, true); in GetIndirectExportVariables() local
727 … PropertyAttribute descriptor(static_cast<Local<JSValueRef>>(importModuleObj), true, true, true); in GetImportVariables() local
735 PropertyAttribute descriptor(value, true, true, true); in GetImportVariables() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1269 PropertyAttribute descriptor(value, true, true, true); in GetLocalVariables() local
1313 PropertyAttribute descriptor(value, true, true, true); in GetClosureVariables() local
1362 PropertyAttribute descriptor(newVal, true, true, true); in UpdateScopeObject() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp85 PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(func), true, false, true); in NewJSFunctionPrototype() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument