Home
last modified time | relevance | path

Searched full:create (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/arkcompiler/toolchain/tooling/test/
Ddebugger_params_test.cpp76 enableParams = EnableParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
82 enableParams = EnableParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
94 startSamplingData = StartSamplingParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
100 startSamplingData = StartSamplingParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
106 startSamplingData = StartSamplingParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
111 startSamplingData = StartSamplingParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
116 startSamplingData = StartSamplingParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
128 objectData = StartTrackingHeapObjectsParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
134 objectData = StartTrackingHeapObjectsParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
140 objectData = StartTrackingHeapObjectsParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
[all …]
Ddebugger_types_test.cpp76 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
81 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
86 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
91 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
96 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
101 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
106 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
113 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
119 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
125 remoteObject = RemoteObject::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dconstructor_test.cpp36 // For this - need create additional Free-method for each of them. in ~ConstructorTest()
37 // Or create and destroy main MasmHolder user - encoder. in ~ConstructorTest()
39 // Also it is possible to create id for allocators or some another in ~ConstructorTest()
44 encoder = Encoder::Create(GetAllocator(), Arch::AARCH32, false); in ~ConstructorTest()
49 encoder = Encoder::Create(GetAllocator(), Arch::AARCH64, false); in ~ConstructorTest()
54 encoder = Encoder::Create(GetAllocator(), Arch::X86, false); in ~ConstructorTest()
61 encoder = Encoder::Create(GetAllocator(), Arch::X86_64, false); in ~ConstructorTest()
107 encoder = Encoder::Create(GetAllocator(), Arch::AARCH32, false); in TEST_F()
117 encoder = Encoder::Create(GetAllocator(), Arch::AARCH64, false); in TEST_F()
127 encoder = Encoder::Create(GetAllocator(), Arch::X86, false); in TEST_F()
[all …]
Dlife_intervals_test.cpp24 LifeIntervals *Create(std::initializer_list<std::pair<LifeNumber, LifeNumber>> lns) in Create() function in panda::compiler::LifeIntervalsTest
71 auto interval = Create({{0, 4}}); in TEST_F()
81 auto interval = Create({{0, 4}, {8, 10}}); in TEST_F()
91 auto interval = Create({{0, 10}}); in TEST_F()
101 auto interval = Create({{0, 4}, {6, 10}, {12, 20}}); in TEST_F()
111 auto interval = Create({{0, 100}}); in TEST_F()
125 auto interval = Create({{0, 20}, {22, 40}, {42, 100}}); in TEST_F()
140 auto interval = Create({{0, 20}, {22, 40}, {42, 100}}); in TEST_F()
153 auto interval = Create({{6, 10}}); in TEST_F()
238 auto interval = Create({{10, 100}}); in TEST_F()
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::EnableParams
34 LOG_DEBUGGER(ERROR) << "EnableParams::Create " << error; in Create()
41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::EvaluateOnCallFrameParams
105 LOG_DEBUGGER(ERROR) << "EvaluateOnCallFrameParams::Create " << error; in Create()
111 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams
120 std::unique_ptr<Location> location = Location::Create(*start); in Create()
132 std::unique_ptr<Location> location = Location::Create(*end); in Create()
150 LOG_DEBUGGER(ERROR) << "GetPossibleBreakpointsParams::Create " << error; in Create()
157 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams
172 LOG_DEBUGGER(ERROR) << "GetScriptSourceParams::Create " << error; in Create()
[all …]
Dpt_params.h41 static std::unique_ptr<EnableParams> Create(const PtJson &params);
65 static std::unique_ptr<EvaluateOnCallFrameParams> Create(const PtJson &params);
96 static std::unique_ptr<GetPossibleBreakpointsParams> Create(const PtJson &params);
140 static std::unique_ptr<GetScriptSourceParams> Create(const PtJson &params);
159 static std::unique_ptr<RemoveBreakpointParams> Create(const PtJson &params);
178 static std::unique_ptr<ResumeParams> Create(const PtJson &params);
202 static std::unique_ptr<SetAsyncCallStackDepthParams> Create(const PtJson &params);
220 static std::unique_ptr<SetBlackboxPatternsParams> Create(const PtJson &params);
239 static std::unique_ptr<SetBreakpointByUrlParams> Create(const PtJson &params);
318 static std::unique_ptr<SetPauseOnExceptionsParams> Create(const PtJson &params);
[all …]
Dpt_types.cpp672 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoteObject
735 LOG_DEBUGGER(ERROR) << "RemoteObject::Create " << error; in Create()
766 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ExceptionDetails
823 std::unique_ptr<RemoteObject> obj = RemoteObject::Create(*exception); in Create()
842 LOG_DEBUGGER(ERROR) << "ExceptionDetails::Create " << error; in Create()
875 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor
892 std::unique_ptr<RemoteObject> obj = RemoteObject::Create(*value); in Create()
903 LOG_DEBUGGER(ERROR) << "InternalPropertyDescriptor::Create " << error; in Create()
923 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor
941 obj = RemoteObject::Create(*value); in Create()
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp60 …* @tc.desc: Call "NameDictionary::Create" function Create a name dictionary.then, check whether th…
68 JSHandle<NameDictionary> nameDict = NameDictionary::Create(thread, numOfElement); in HWTEST_F_L0()
74 …* @tc.desc: Create a name dictionary, set a key value pair to the dictionary.The key is a string t…
85 JSHandle<NameDictionary> dictJShandle(NameDictionary::Create(thread, numOfElement)); in HWTEST_F_L0()
90 // create key and values in HWTEST_F_L0()
123 …* @tc.desc: Create a name dictionary, set a key value pair to the dictionary.The key is a string t…
132 JSHandle<NameDictionary> dictHandle(NameDictionary::Create(thread, numOfElement)); in HWTEST_F_L0()
134 // create key and values in HWTEST_F_L0()
154 …* @tc.desc: Create a name dictionary, set a key value pair to the dictionary.The key is a string t…
163 … JSMutableHandle<NameDictionary> dictHandle(thread, NameDictionary::Create(thread, numOfElement)); in HWTEST_F_L0()
[all …]
Dtemplate_map_test.cpp53 …* @tc.desc: Create a TemplateMap through calling Create function with numberOfElements. Check whet…
67 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, numElementsTempMap); in HWTEST_F_L0()
82 …* @tc.desc: Create a TemplateMap, call Insert function with the TemplateMap, a key(JSArray) and a …
92 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
120 …* @tc.desc: Create a TemplateMap, let it call IncreaseEntries function, check whether the value re…
129 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
138 …* @tc.desc: Create a TemplateMap, let it call IncreaseEntries function and IncreaseHoleEntriesCoun…
148 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
168 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
183 …* @tc.desc: Create a source TemplateMap, change it through calling IncreaseEntries/IncreaseHoleEnt…
[all …]
Dtagged_hash_array_test.cpp65 …* @tc.desc: Call "TaggedHashArray::Create" function Create TaggedHashArray object, check whether t…
73 … JSHandle<TaggedHashArray> taggedHashArray(thread, TaggedHashArray::Create(thread, numOfElement)); in HWTEST_F_L0()
84 …* @tc.desc: Call "NewLinkedNode" function Create LinkedNode object, check whether the object is cr…
105 …* @tc.desc: Call "NewTreeNode" function Create LinkedNode object, check whether the object is crea…
125 …* @tc.desc: Call "Create" function Create TaggedHashArray object and "SetVal" function to add a ke…
137 … JSHandle<TaggedHashArray> taggedHashArray(thread, TaggedHashArray::Create(thread, numOfElement)); in HWTEST_F_L0()
170 …* @tc.desc: Call "Create" function Create TaggedHashArray object and "SetVal" function to add a ke…
182 … JSHandle<TaggedHashArray> taggedHashArray(thread, TaggedHashArray::Create(thread, numOfElement)); in HWTEST_F_L0()
220 …* @tc.desc: Call "Create" function Create TaggedHashArray object and "SetVal" function to add a ke…
230 … JSHandle<TaggedHashArray> taggedHashArray(thread, TaggedHashArray::Create(thread, numOfElement)); in HWTEST_F_L0()
[all …]
Dweak_vector_test.cpp52 * @tc.name: Create
53 …* @tc.desc: Check whether the returned value through "Create" function is within expectations by "…
59 HWTEST_F_L0(WeakVectorTest, Create) in HWTEST_F_L0() argument
62 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
82 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
96 …* @tc.desc: Create a weak vector with a certain length through the "Create" function, and then exp…
114 JSHandle<WeakVector> oldWeakVector = WeakVector::Create(thread, oldWeakVectorCapacity); in HWTEST_F_L0()
147 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
183 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
Dglobal_dictionary_test.cpp112 // create GlobalDictionary in HWTEST_F_L0()
113 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); in HWTEST_F_L0()
137 // create GlobalDictionary in HWTEST_F_L0()
139 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0()
150 * @tc.desc: Create dictionary and set entry calling SetEntry function,Check whether Attributes is
157 // create GlobalDictionary in HWTEST_F_L0()
159 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0()
183 // create GlobalDictionary in HWTEST_F_L0()
185 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0()
219 // create GlobalDictionary in HWTEST_F_L0()
[all …]
Dlinked_hash_table_test.cpp68 JSHandle<LinkedHashMap> dict = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0()
75 JSHandle<LinkedHashSet> set = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0()
84 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0()
125 JSHandle<LinkedHashSet> setHandle = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0()
162 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0()
193 JSHandle<LinkedHashSet> setHandle = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0()
196 // create key and values in HWTEST_F_L0()
225 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0()
257 JSHandle<LinkedHashSet> setHandle = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0()
260 // create key and values in HWTEST_F_L0()
Dsymbol_table_test.cpp152 * Function: Create
154 * FunctionPoints: Create
159 HWTEST_F_L0(SymbolTableTest, Create) in HWTEST_F_L0() argument
163 JSHandle<SymbolTable> symbolTable = SymbolTable::Create(thread, numberOfElements); in HWTEST_F_L0()
183 JSHandle<SymbolTable> symbolTable = SymbolTable::Create(thread, numberOfElements); in HWTEST_F_L0()
209 …* by the create function. If the pointer variable has no value set, it returns fa…
217 JSHandle<SymbolTable> symbolTable = SymbolTable::Create(thread, numberOfElements); in HWTEST_F_L0()
234 …ion: This function compares the key value in the symboltable pointer variable created by the create
247 JSHandle<SymbolTable> symbolTable = SymbolTable::Create(thread, numberOfElements); in HWTEST_F_L0()
Dtransitions_dictionary_test.cpp112 HWTEST_F_L0(TransitionsDictionaryTest, Create) in HWTEST_F_L0() argument
115 …JSHandle<TransitionsDictionary> transDic = TransitionsDictionary::Create(thread, numberOfElements); in HWTEST_F_L0()
126 …JSHandle<TransitionsDictionary> transDic = TransitionsDictionary::Create(thread, numberOfElements); in HWTEST_F_L0()
147 …JSHandle<TransitionsDictionary> transDic = TransitionsDictionary::Create(thread, numberOfElements); in HWTEST_F_L0()
163 …JSHandle<TransitionsDictionary> transDic = TransitionsDictionary::Create(thread, numberOfElements); in HWTEST_F_L0()
180 …JSHandle<TransitionsDictionary> transDic = TransitionsDictionary::Create(thread, numberOfElements); in HWTEST_F_L0()
198 …JSHandle<TransitionsDictionary> transDic = TransitionsDictionary::Create(thread, numberOfElements); in HWTEST_F_L0()
223 …JSHandle<TransitionsDictionary> transDic = TransitionsDictionary::Create(thread, numberOfElements); in HWTEST_F_L0()
248 …JSHandle<TransitionsDictionary> transDic = TransitionsDictionary::Create(thread, numberOfElements); in HWTEST_F_L0()
272 …JSHandle<TransitionsDictionary> transDic = TransitionsDictionary::Create(thread, numberOfElements); in HWTEST_F_L0()
/arkcompiler/runtime_core/assembler/
Dannotation.cpp25 …copy_val = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U1>(sc_val.GetValue<uint… in InitScalarValue()
29 …copy_val = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U8>(sc_val.GetValue<uint… in InitScalarValue()
34 … std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U16>(sc_val.GetValue<uint16_t>())); in InitScalarValue()
39 … std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U32>(sc_val.GetValue<uint32_t>())); in InitScalarValue()
44 … std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U64>(sc_val.GetValue<uint64_t>())); in InitScalarValue()
48 …copy_val = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::I8>(sc_val.GetValue<int8… in InitScalarValue()
52 …copy_val = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::I16>(sc_val.GetValue<int… in InitScalarValue()
56 …copy_val = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::I32>(sc_val.GetValue<int… in InitScalarValue()
60 …copy_val = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::I64>(sc_val.GetValue<int… in InitScalarValue()
64 …copy_val = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::F32>(sc_val.GetValue<flo… in InitScalarValue()
[all …]
/arkcompiler/runtime_core/runtime/tests/
Dmonitor_test.cpp35 // We need to create a runtime instance to be able to create strings. in MonitorTest()
38 Runtime::Create(options_); in MonitorTest()
60 auto header = ObjectHeader::Create(cls); in TEST_F()
71 auto header = ObjectHeader::Create(cls); in TEST_F()
86 auto header1 = ObjectHeader::Create(cls); in TEST_F()
87 auto header2 = ObjectHeader::Create(cls); in TEST_F()
106 auto header = ObjectHeader::Create(cls); in TEST_F()
122 auto header = ObjectHeader::Create(cls); in TEST_F()
136 auto header = ObjectHeader::Create(cls); in TEST_F()
155 auto header1 = ObjectHeader::Create(cls); in TEST_F()
[all …]
Darray_test.cpp29 // We need to create a runtime instance to be able to create strings. in ArrayTest()
32 Runtime::Create(options_); in ArrayTest()
62 Array *array = Array::Create(klass, n); in TestArrayObjectSize()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproto_change_details_test.cpp100 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
127 …* @tc.desc: Create a weakvector object with a length of ten,Call the "pushback" function to set th…
129 … "add" function to add a jshclass object. The added jshclass object will create and get weakref and
143 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
158 …* @tc.desc: Create a weakvector object with a length of ten,Call the "pushback" function to set th…
160 …is case call the "add" function to add a jshclass object. The added jshclass object will create and
174 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
191 …* @tc.desc: Create a weakvector object with a length of ten,Call the "pushback" function to set th…
194 …* jshclass object will create and get weakref and return the location of the added objec…
207 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp178 … return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U1>(static_cast<uint8_t>( in CreateScalarValue()
182 … return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U8>(static_cast<uint8_t>( in CreateScalarValue()
186 …return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U16>(static_cast<uint16_t>( in CreateScalarValue()
190 return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::STRING_NULLPTR>( in CreateScalarValue()
194 …return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U32>(static_cast<uint32_t>( in CreateScalarValue()
198 …return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U64>(static_cast<uint64_t>( in CreateScalarValue()
202 … return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::I8>(static_cast<int8_t>( in CreateScalarValue()
206 … return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::I16>(static_cast<int16_t>( in CreateScalarValue()
210 … return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::I32>(static_cast<int32_t>( in CreateScalarValue()
214 … return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::I64>(static_cast<int64_t>( in CreateScalarValue()
[all …]
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md22 … `0` and it is used in instruction that expects object(f.e. `mov.obj`), we need to create a special
45 2. Create try catch blocks.
51 2. If basic block is a loop header, create SafePoint and OsrSaveState instructions.
52 3. Create phi instructions for the live registers.
55 - create auxiliary instructions (SaveState, NullCheck, etc) if needed
129 // Create IR instruction.
133 …diate from the bytecode and try to find if it is already exists in the IR, if not - create new one.
/arkcompiler/runtime_core/libpandabase/utils/
Dhash_base.h30 * \brief Create 32 bits Hash from \param key via \param seed.
41 * \brief Create 32 bits Hash from \param key.
51 * \brief Create 32 bits Hash from MUTF8 \param string.
60 * \brief Create 32 bits Hash from MUTF8 \param string.
Dhash.h27 // NOTE: To create different seed for your purposes,
28 // one must define it here and create new alias hash class
35 * \brief Create 32 bits Hash from \param key via \param seed.
47 * \brief Create 32 bits Hash from \param key.
58 * \brief Create 32 bits Hash from MUTF8 \param string.
68 * \brief Create 32 bits Hash from MUTF8 \param string.
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp23 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Create(const JSThread *thread, int numberOf… in Create() function in panda::ecmascript::LinkedHashTable
99 JSHandle<Derived> newTable = Create(thread, newCapacity); in GrowCapacity()
126 JSHandle<Derived> newTable = Create(thread, newCapacity); in Shrink()
133 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::LinkedHashMap
135 return LinkedHashTable<LinkedHashMap, LinkedHashMapObject>::Create(thread, numberOfElements); in Create()
173 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Create(thread); in Clear()
188 JSHandle<LinkedHashSet> LinkedHashSet::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::LinkedHashSet
190 return LinkedHashTable<LinkedHashSet, LinkedHashSetObject>::Create(thread, numberOfElements); in Create()
219 JSHandle<LinkedHashSet> newSet = LinkedHashSet::Create(thread); in Clear()
/arkcompiler/runtime_core/runtime/core/
Dcore_vm.cpp28 // Create MemoryManager by RuntimeOptions
48 …return mem::MemoryManager::Create(ctx, internal_allocator, gc_type, gc_settings, gc_trigger_config… in CreateMM()
52 Expected<PandaCoreVM *, PandaString> PandaCoreVM::Create(Runtime *runtime, const RuntimeOptions &op… in Create() function in panda::core::PandaCoreVM
57 return Unexpected(PandaString("Cannot create MemoryManager")); in Create()
63 return Unexpected(PandaString("Cannot create PandaCoreVM")); in Create()
68 // Create Main Thread in Create()
69 core_vm->main_thread_ = MTManagedThread::Create(runtime, core_vm); in Create()
133 auto oom_obj = ObjectHeader::Create(cls); in PreAllocOOMErrorObject()
246 auto *array = coretypes::Array::Create(array_klass, args.size()); in CreateArgumentsArray()

12345678910>>...21