Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 97) sorted by relevance

1234

/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::EnableParams
41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::EvaluateOnCallFrameParams
113 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ContinueToLocationParams
149 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams
195 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams
219 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams
241 std::unique_ptr<RemoveBreakpointsByUrlParams> RemoveBreakpointsByUrlParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::RemoveBreakpointsByUrlParams
263 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ResumeParams
285 std::unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::SetAsyncCallStackDepthParams
307 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams
[all …]
Dpt_types.cpp1000 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoteObject
1096 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ExceptionDetails
1207 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor
1255 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor
1372 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PropertyDescriptor
1523 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::CallArgument
1568 std::unique_ptr<Location> Location::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::Location
1619 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ScriptPosition
1658 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SearchMatch
1698 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::LocationRange
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_object.cpp22 EtsObject *EtsObject::Create(EtsCoroutine *etsCoroutine, EtsClass *klass) in Create() function in ark::ets::EtsObject
29 EtsObject *EtsObject::Create(EtsClass *klass) in Create() function in ark::ets::EtsObject
Dets_promise_ref.cpp23 EtsPromiseRef *EtsPromiseRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsPromiseRef
Dets_typeapi_method.cpp22 EtsTypeAPIMethod *EtsTypeAPIMethod::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIMethod
Dets_typeapi_parameter.cpp22 EtsTypeAPIParameter *EtsTypeAPIParameter::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIParameter
Dets_typeapi_field.cpp22 EtsTypeAPIField *EtsTypeAPIField::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIField
Dets_finalizable_weak_ref.cpp23 EtsFinalizableWeakRef *EtsFinalizableWeakRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsFinalizableWeakRef
Dets_box_primitive-inl.h24 EtsBoxPrimitive<T> *EtsBoxPrimitive<T>::Create(EtsCoroutine *coro, T value) in Create() function
Dets_error_options.h60 inline static EtsErrorOptions *Create(EtsCoroutine *etsCoroutine) in Create() function
Dets_typeapi_create.cpp205 void LambdaTypeCreator::Create() in Create() function in ark::ets::LambdaTypeCreator
248 void PandasmMethodCreator::Create() in Create() function in ark::ets::PandasmMethodCreator
Dets_stacktrace_element.h67 inline static EtsStackTraceElement *Create(EtsCoroutine *etsCoroutine) in Create() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dtarget.cpp69 Encoder *Encoder::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, [[maybe_unused]] Arch arc… in Create() function in ark::compiler::Encoder
109 RegistersDescription *RegistersDescription::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, in Create() function in ark::compiler::RegistersDescription
134 CallingConvention *CallingConvention::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, in Create() function in ark::compiler::CallingConvention
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/
Djs_runtime.cpp26 std::unique_ptr<JsRuntime> JsRuntime::Create() in Create() function in panda::JsRuntime
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Darray.cpp49 Array *Array::Create(ark::Class *arrayClass, const uint8_t *data, ArraySizeT length, ark::SpaceType… in Create() function in ark::coretypes::Array
71 Array *Array::Create(ark::Class *arrayClass, ArraySizeT length, ark::SpaceType spaceType, bool pinn… in Create() function in ark::coretypes::Array
89 Array *Array::Create(DynClass *dynarrayclass, ArraySizeT length, ark::SpaceType spaceType, bool pin… in Create() function in ark::coretypes::Array
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dfactory.h38 std::unique_ptr<TObject> Create(const key_type &key, TArgs... args) const in Create() function
97 creator_type Create(const key_type &key) const in Create() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_set.cpp24 EtsMethodSet EtsMethodSet::Create(EtsMethod *singleMethod) in Create() function in ark::ets::interop::js::ets_proxy::EtsMethodSet
/arkcompiler/runtime_core/static_core/runtime/scheduler/
Dworker_thread.cpp24 WorkerThread *WorkerThread::Create(PandaVM *vm) in Create() function in ark::scheduler::WorkerThread
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp94 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create() function in panda::ecmascript::tooling::DispatchResponse
102 DispatchResponse DispatchResponse::Create(std::optional<std::string> error) in Create() function in panda::ecmascript::tooling::DispatchResponse
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_tagged_queue_test.cpp32 HWTEST_F_L0(JSTaggedQueueTest, Create) in HWTEST_F_L0() argument
Djs_forin_iterator_test.cpp28 HWTEST_F_L0(JSForinIteratorTest, Create) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dcheck_external.cpp25 CheckExternal CheckExternal::Create() in Create() function in ark::llvmbackend::passes::CheckExternal
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_callback.h33 static PandaUniquePtr<Callback> Create(EtsCoroutine *coro, const EtsObject *callback) in Create() function
Dets_napi_env.cpp23 Expected<std::unique_ptr<PandaEtsNapiEnv>, const char *> PandaEtsNapiEnv::Create(EtsCoroutine *coro… in Create() function in ark::ets::PandaEtsNapiEnv
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_thread.cpp36 JitVM *JitVM::Create() in Create() function in panda::ecmascript::JitVM

1234