/arkcompiler/toolchain/tooling/test/ |
D | debugger_params_test.cpp | 76 objectData = ContinueToLocationParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() 81 objectData = ContinueToLocationParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() 86 objectData = ContinueToLocationParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() 91 objectData = ContinueToLocationParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() 96 objectData = ContinueToLocationParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() 112 objectData = SetBreakpointsActiveParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() 117 objectData = SetBreakpointsActiveParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() 122 objectData = SetBreakpointsActiveParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() 127 objectData = SetBreakpointsActiveParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() 139 objectData = SetSkipAllPausesParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0() [all …]
|
D | debugger_types_test.cpp | 76 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 …]
|
D | pt_params_test.cpp | 57 std::unique_ptr<EnableParams> result = EnableParams::Create(*ptJson); in HWTEST_F_L0() 71 std::unique_ptr<EvaluateOnCallFrameParams> result = EvaluateOnCallFrameParams::Create(*ptJson); in HWTEST_F_L0() 84 …std::unique_ptr<GetPossibleBreakpointsParams> result = GetPossibleBreakpointsParams::Create(*ptJso… in HWTEST_F_L0() 88 …std::unique_ptr<GetPossibleBreakpointsParams> result1 = GetPossibleBreakpointsParams::Create(*ptJs… in HWTEST_F_L0() 98 std::unique_ptr<ResumeParams> result = ResumeParams::Create(*ptJson); in HWTEST_F_L0() 100 std::unique_ptr<ResumeParams> result1 = ResumeParams::Create(*ptJson1); in HWTEST_F_L0() 113 std::unique_ptr<SetBlackboxPatternsParams> result = SetBlackboxPatternsParams::Create(*ptJson); in HWTEST_F_L0() 130 std::unique_ptr<StepIntoParams> result = StepIntoParams::Create(*ptJson); in HWTEST_F_L0() 132 std::unique_ptr<StepIntoParams> result1 = StepIntoParams::Create(*ptJson1); in HWTEST_F_L0() 149 std::unique_ptr<StepOverParams> result = StepOverParams::Create(*ptJson); in HWTEST_F_L0() [all …]
|
D | pt_types_test.cpp | 328 std::unique_ptr<TraceConfig> traceConfig = TraceConfig::Create(*ptJson); in HWTEST_F_L0() 337 std::unique_ptr<TraceConfig> traceConfig1 = TraceConfig::Create(*ptJson1); in HWTEST_F_L0() 340 std::unique_ptr<TraceConfig> traceConfig2 = TraceConfig::Create(*ptJson2); in HWTEST_F_L0() 345 std::unique_ptr<TraceConfig> traceConfig3 = TraceConfig::Create(*ptJson3); in HWTEST_F_L0() 357 std::unique_ptr<ScriptTypeProfile> profile = ScriptTypeProfile::Create(*ptJson); in HWTEST_F_L0() 369 std::unique_ptr<TypeProfileEntry> entry = TypeProfileEntry::Create(*ptJson); in HWTEST_F_L0() 381 std::unique_ptr<ScriptCoverage> coverage = ScriptCoverage::Create(*ptJson); in HWTEST_F_L0() 393 std::unique_ptr<FunctionCoverage> coverage = FunctionCoverage::Create(*ptJson); in HWTEST_F_L0() 426 std::unique_ptr<PrivatePropertyDescriptor> result = PrivatePropertyDescriptor::Create(*ptJson); in HWTEST_F_L0() 430 result = PrivatePropertyDescriptor::Create(*ptJson); in HWTEST_F_L0() [all …]
|
/arkcompiler/runtime_core/compiler/tests/ |
D | constructor_test.cpp | 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() 137 encoder = Encoder::Create(GetAllocator(), Arch::X86_64, false); in TEST_F() 147 encoder = Encoder::Create(GetAllocator(), Arch::NONE, false); in TEST_F() 155 regfile = RegistersDescription::Create(GetAllocator(), Arch::AARCH32); in TEST_F() [all …]
|
D | life_intervals_test.cpp | 24 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/runtime_core/static_core/compiler/tests/ |
D | constructor_test.cpp | 46 encoder = Encoder::Create(GetAllocator(), Arch::AARCH32, false); in ~ConstructorTest() 51 encoder = Encoder::Create(GetAllocator(), Arch::AARCH64, false); in ~ConstructorTest() 56 encoder = Encoder::Create(GetAllocator(), Arch::X86, false); in ~ConstructorTest() 63 encoder = Encoder::Create(GetAllocator(), Arch::X86_64, false); in ~ConstructorTest() 112 encoder = Encoder::Create(GetAllocator(), Arch::AARCH32, false); in TEST_F() 122 encoder = Encoder::Create(GetAllocator(), Arch::AARCH64, false); in TEST_F() 132 encoder = Encoder::Create(GetAllocator(), Arch::X86, false); in TEST_F() 142 encoder = Encoder::Create(GetAllocator(), Arch::X86_64, false); in TEST_F() 152 encoder = Encoder::Create(GetAllocator(), Arch::NONE, false); in TEST_F() 160 regfile = RegistersDescription::Create(GetAllocator(), Arch::AARCH32); in TEST_F() [all …]
|
/arkcompiler/runtime_core/static_core/assembler/ |
D | annotation.cpp | 25 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U1>(scVal.GetValue<uint8_… in InitScalarValue() 29 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U8>(scVal.GetValue<uint8_… in InitScalarValue() 33 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U16>(scVal.GetValue<uint1… in InitScalarValue() 37 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U32>(scVal.GetValue<uint3… in InitScalarValue() 41 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U64>(scVal.GetValue<uint6… in InitScalarValue() 45 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::I8>(scVal.GetValue<int8_t… in InitScalarValue() 49 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::I16>(scVal.GetValue<int16… in InitScalarValue() 53 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::I32>(scVal.GetValue<int32… in InitScalarValue() 57 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::I64>(scVal.GetValue<int64… in InitScalarValue() 61 …copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::F32>(scVal.GetValue<float… in InitScalarValue() [all …]
|
/arkcompiler/runtime_core/assembler/ |
D | annotation.cpp | 25 …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/static_core/plugins/ets/tests/runtime/types/ |
D | ets_object_test.cpp | 47 Runtime::Create(options_); in EtsObjectTest() 149 obj = EtsObject::Create(klass); in TEST_F() 158 EtsObject *obj = EtsObject::Create(klass1); in TEST_F() 168 EtsObject *obj1 = EtsObject::Create(klass1); in TEST_F() 169 EtsObject *obj2 = EtsObject::Create(klass2); in TEST_F() 182 EtsObject *barObj = EtsObject::Create(barKlass); in TEST_F() 183 EtsObject *fooObj1 = EtsObject::Create(fooKlass); in TEST_F() 184 EtsObject *fooObj2 = EtsObject::Create(fooKlass); in TEST_F() 208 EtsObject *barObj = EtsObject::Create(barKlass); in TEST_F() 209 EtsObject *fooObj1 = EtsObject::Create(fooKlass); in TEST_F() [all …]
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
D | task_scheduler_test.cpp | 55 queue->AddTask(Task::Create({queue->GetTaskType(), queue->GetVMType(), mode}, in CreateTaskProducerThread() 116 auto *tm = TaskScheduler::Create(THREADS_COUNT, taskStatisticsType); in TEST_P() 131 auto *tm = TaskScheduler::Create(THREADS_COUNT, taskStatisticsType); in TEST_P() 142 gcQueue->AddTask(Task::Create(GC_STATIC_VM_BACKGROUND_PROPERTIES, [&counters]() { in TEST_P() 148 jitQueue->AddTask(Task::Create(JIT_STATIC_VM_BACKGROUND_PROPERTIES, [&counters]() { in TEST_P() 170 auto *tm = TaskScheduler::Create(THREADS_COUNT, taskStatisticsType); in TEST_P() 177 gcQueue->AddTask(Task::Create({TaskType::GC, VMType::STATIC_VM, TaskExecutionMode::BACKGROUND}, in TEST_P() 179 gcQueue->AddTask(Task::Create({TaskType::GC, VMType::STATIC_VM, TaskExecutionMode::BACKGROUND}, in TEST_P() 181 gcQueue->AddTask(Task::Create({TaskType::GC, VMType::STATIC_VM, TaskExecutionMode::FOREGROUND}, in TEST_P() 183 gcQueue->AddTask(Task::Create({TaskType::GC, VMType::STATIC_VM, TaskExecutionMode::BACKGROUND}, in TEST_P() [all …]
|
D | task_test.cpp | 38 Task task = Task::Create({TaskType::GC, VMType::DYNAMIC_VM, TaskExecutionMode::BACKGROUND}, in TEST_F() 56 …SchedulableTaskQueueInterface *queue = TaskQueue<>::Create(TaskType::GC, VMType::DYNAMIC_VM, QUEUE… in TEST_F() 64 … queue->AddTask(Task::Create({TaskType::GC, VMType::DYNAMIC_VM, TaskExecutionMode::BACKGROUND}, in TEST_F() 92 … queue->AddTask(Task::Create({TaskType::GC, VMType::DYNAMIC_VM, TaskExecutionMode::BACKGROUND}, in TEST_F() 114 …SchedulableTaskQueueInterface *queue = TaskQueue<>::Create(TaskType::GC, VMType::STATIC_VM, QUEUE_… in TEST_F() 119 queue->AddTask(Task::Create(TASK_PROPERTIES, [&counter]() { counter++; })); in TEST_F() 141 …SchedulableTaskQueueInterface *queue = TaskQueue<>::Create(TaskType::GC, VMType::STATIC_VM, QUEUE_… in TEST_F() 146 queue->AddTask(Task::Create(TASK_PROPERTIES, [&counter]() { counter++; })); in TEST_F() 175 …SchedulableTaskQueueInterface *queue = TaskQueue<>::Create(TaskType::GC, VMType::STATIC_VM, QUEUE_… in TEST_F() 179 queue->AddTask(Task::Create(TASK_PROPERTIES, [&counter]() { counter++; })); in TEST_F() [all …]
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_object.cpp | 22 EtsObject *EtsObject::Create(EtsCoroutine *etsCoroutine, EtsClass *klass) in Create() function in panda::ets::EtsObject 25 return static_cast<EtsObject *>(ObjectHeader::Create(etsCoroutine, klass->GetRuntimeClass())); in Create() 29 EtsObject *EtsObject::Create(EtsClass *klass) in Create() function in panda::ets::EtsObject 31 return Create(EtsCoroutine::GetCurrent(), klass); in Create()
|
D | ets_typeapi_parameter.cpp | 22 EtsTypeAPIParameter *EtsTypeAPIParameter::Create(EtsCoroutine *etsCoroutine) in Create() function in panda::ets::EtsTypeAPIParameter 25 EtsObject *etsObject = EtsObject::Create(etsCoroutine, klass); in Create()
|
D | ets_typeapi_field.cpp | 22 EtsTypeAPIField *EtsTypeAPIField::Create(EtsCoroutine *etsCoroutine) in Create() function in panda::ets::EtsTypeAPIField 25 EtsObject *etsObject = EtsObject::Create(etsCoroutine, klass); in Create()
|
D | ets_promise.cpp | 23 EtsPromise *EtsPromise::Create(EtsCoroutine *etsCoroutine) in Create() function in panda::ets::EtsPromise 26 EtsObject *etsObject = EtsObject::Create(etsCoroutine, klass); in Create()
|
D | ets_typeapi_method.cpp | 22 EtsTypeAPIMethod *EtsTypeAPIMethod::Create(EtsCoroutine *etsCoroutine) in Create() function in panda::ets::EtsTypeAPIMethod 25 EtsObject *etsObject = EtsObject::Create(etsCoroutine, klass); in Create()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_params.h | 41 static std::unique_ptr<ContinueToLocationParams> Create(const PtJson ¶ms); 65 static std::unique_ptr<EnableParams> Create(const PtJson ¶ms); 89 static std::unique_ptr<EvaluateOnCallFrameParams> Create(const PtJson ¶ms); 120 static std::unique_ptr<GetPossibleBreakpointsParams> Create(const PtJson ¶ms); 164 static std::unique_ptr<GetScriptSourceParams> Create(const PtJson ¶ms); 183 static std::unique_ptr<RemoveBreakpointParams> Create(const PtJson ¶ms); 202 static std::unique_ptr<ResumeParams> Create(const PtJson ¶ms); 226 static std::unique_ptr<SetAsyncCallStackDepthParams> Create(const PtJson ¶ms); 244 static std::unique_ptr<SetBlackboxPatternsParams> Create(const PtJson ¶ms); 263 static std::unique_ptr<SetBreakpointByUrlParams> Create(const PtJson ¶ms); [all …]
|
D | pt_params.cpp | 19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::EnableParams 41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::EvaluateOnCallFrameParams 111 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ContinueToLocationParams 120 std::unique_ptr<Location> location = Location::Create(*position); in Create() 147 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams 156 std::unique_ptr<Location> location = Location::Create(*start); in Create() 168 std::unique_ptr<Location> location = Location::Create(*end); in Create() 193 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams 215 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams 237 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ResumeParams [all …]
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
D | ets_coroutine.cpp | 48 auto etsNapiEnv = PandaEtsNapiEnv::Create(this, allocator); in Initialize() 126 return EtsBoxPrimitive<EtsBoolean>::Create(this, returnValue.GetAs<EtsBoolean>()); in GetReturnValueAsObject() 128 return EtsBoxPrimitive<EtsByte>::Create(this, returnValue.GetAs<EtsByte>()); in GetReturnValueAsObject() 130 return EtsBoxPrimitive<EtsShort>::Create(this, returnValue.GetAs<EtsShort>()); in GetReturnValueAsObject() 132 return EtsBoxPrimitive<EtsChar>::Create(this, returnValue.GetAs<EtsChar>()); in GetReturnValueAsObject() 134 return EtsBoxPrimitive<EtsInt>::Create(this, returnValue.GetAs<EtsInt>()); in GetReturnValueAsObject() 136 return EtsBoxPrimitive<EtsFloat>::Create(this, returnValue.GetAs<EtsFloat>()); in GetReturnValueAsObject() 138 return EtsBoxPrimitive<EtsDouble>::Create(this, returnValue.GetAs<EtsDouble>()); in GetReturnValueAsObject() 140 return EtsBoxPrimitive<EtsLong>::Create(this, returnValue.GetAs<EtsLong>()); in GetReturnValueAsObject()
|
/arkcompiler/ets_frontend/merge_abc/src/ |
D | annotationProto.cpp | 178 … 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/static_core/runtime/tests/ |
D | monitor_test.cpp | 39 Runtime::Create(options_); in MonitorTest() 67 auto header = ObjectHeader::Create(cls); in TEST_F() 78 auto header = ObjectHeader::Create(cls); in TEST_F() 93 auto header1 = ObjectHeader::Create(cls); in TEST_F() 94 auto header2 = ObjectHeader::Create(cls); in TEST_F() 113 auto header = ObjectHeader::Create(cls); in TEST_F() 129 auto header = ObjectHeader::Create(cls); in TEST_F() 143 auto header = ObjectHeader::Create(cls); in TEST_F() 162 auto header1 = ObjectHeader::Create(cls); in TEST_F() 163 auto header2 = ObjectHeader::Create(cls); in TEST_F() [all …]
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | template_map_test.cpp | 67 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, numElementsTempMap); in HWTEST_F_L0() 92 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0() 129 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0() 148 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0() 168 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0() 194 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0() 205 JSHandle<TemplateMap> templateMap1 = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0() 230 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0() 244 JSHandle<TemplateMap> templateMap3 = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0() 294 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0() [all …]
|
/arkcompiler/runtime_core/static_core/docs/coroutines/ |
D | coro_seq.plantuml | 3 "Runtime::Initialize" -> CoroutineManager: Create 6 CoroutineManager -> "Coroutine: main": Create 10 CoroutineManager -> "Coroutine: foo": Create
|
/arkcompiler/runtime_core/static_core/runtime/scheduler/tests/ |
D | worker_thread_test.cpp | 38 Runtime::Create(options); in WorkerThreadTest() 60 auto tk1 = Task::Create(Runtime::GetCurrent()->GetPandaVM()); in TEST_F() 64 auto tk2 = Task::Create(Runtime::GetCurrent()->GetPandaVM()); in TEST_F()
|