| /arkcompiler/toolchain/tooling/base/ |
| 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 147 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams 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 259 std::unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::SetAsyncCallStackDepthParams 281 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams 311 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetBreakpointByUrlParams [all …]
|
| D | pt_types.cpp | 967 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoteObject 1061 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ExceptionDetails 1170 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor 1218 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor 1335 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::PropertyDescriptor 1486 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::CallArgument 1529 std::unique_ptr<Location> Location::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::Location 1578 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ScriptPosition 1617 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SearchMatch 1657 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::LocationRange [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 29 EtsObject *EtsObject::Create(EtsClass *klass) in Create() function in panda::ets::EtsObject
|
| D | ets_typeapi_parameter.cpp | 22 EtsTypeAPIParameter *EtsTypeAPIParameter::Create(EtsCoroutine *etsCoroutine) in Create() function in panda::ets::EtsTypeAPIParameter
|
| D | ets_typeapi_field.cpp | 22 EtsTypeAPIField *EtsTypeAPIField::Create(EtsCoroutine *etsCoroutine) in Create() function in panda::ets::EtsTypeAPIField
|
| D | ets_promise.cpp | 23 EtsPromise *EtsPromise::Create(EtsCoroutine *etsCoroutine) in Create() function in panda::ets::EtsPromise
|
| D | ets_typeapi_method.cpp | 22 EtsTypeAPIMethod *EtsTypeAPIMethod::Create(EtsCoroutine *etsCoroutine) in Create() function in panda::ets::EtsTypeAPIMethod
|
| D | ets_box_primitive-inl.h | 24 EtsBoxPrimitive<T> *EtsBoxPrimitive<T>::Create(EtsCoroutine *coro, T value) in Create() function
|
| D | ets_typeapi_create.cpp | 231 void LambdaTypeCreator::Create() in Create() function in panda::ets::LambdaTypeCreator 267 void PandasmMethodCreator::Create() in Create() function in panda::ets::PandasmMethodCreator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | target.cpp | 69 Encoder *Encoder::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, [[maybe_unused]] Arch arc… in Create() function in panda::compiler::Encoder 109 RegistersDescription *RegistersDescription::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, in Create() function in panda::compiler::RegistersDescription 134 CallingConvention *CallingConvention::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, in Create() function in panda::compiler::CallingConvention
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | array.cpp | 48 Array *Array::Create(panda::Class *arrayClass, const uint8_t *data, ArraySizeT length, panda::Space… in Create() function in panda::coretypes::Array 69 Array *Array::Create(panda::Class *arrayClass, ArraySizeT length, panda::SpaceType spaceType) in Create() function in panda::coretypes::Array 87 Array *Array::Create(DynClass *dynarrayclass, ArraySizeT length, panda::SpaceType spaceType) in Create() function in panda::coretypes::Array
|
| /arkcompiler/runtime_core/arkplatform/src/ |
| D | arkplatform.cpp | 22 void ArkPlatform::Create(const std::string &s) in Create() function in arkplatform::ArkPlatform
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | factory.h | 38 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/toolchain/tooling/ |
| D | dispatcher.cpp | 98 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create() function in panda::ecmascript::tooling::DispatchResponse 106 DispatchResponse DispatchResponse::Create(std::optional<std::string> error) in Create() function in panda::ecmascript::tooling::DispatchResponse
|
| /arkcompiler/runtime_core/static_core/runtime/scheduler/ |
| D | worker_thread.cpp | 24 WorkerThread *WorkerThread::Create(PandaVM *vm) in Create() function in panda::scheduler::WorkerThread
|
| D | task.cpp | 30 Task *Task::Create(PandaVM *vm, ObjectHeader *obj) in Create() function in panda::scheduler::Task
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_napi_env.cpp | 23 Expected<std::unique_ptr<PandaEtsNapiEnv>, const char *> PandaEtsNapiEnv::Create(EtsCoroutine *coro… in Create() function in panda::ets::PandaEtsNapiEnv
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | builtins_base.h | 38 static constexpr BuiltinConstantEntry Create(std::string_view name, JSTaggedValue value) in Create() function 71 static constexpr BuiltinFunctionEntry Create(std::string_view name, EcmaEntrypoint entrypoint, in Create() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_tagged_queue_test.cpp | 56 HWTEST_F_L0(JSTaggedQueueTest, Create) in HWTEST_F_L0() argument
|
| D | js_forin_iterator_test.cpp | 52 HWTEST_F_L0(JSForinIteratorTest, Create) in HWTEST_F_L0() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | task.cpp | 23 Task Task::Create(TaskProperties properties, RunnerCallback runner) in Create() function in panda::taskmanager::Task
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | object_header.cpp | 74 ObjectHeader *ObjectHeader::Create(ManagedThread *thread, BaseClass *klass) in Create() function in panda::ObjectHeader 79 ObjectHeader *ObjectHeader::Create(BaseClass *klass) in Create() function in panda::ObjectHeader
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.cpp | 23 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Create(const JSThread *thread, int numberOf… in Create() function in panda::ecmascript::LinkedHashTable 133 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::LinkedHashMap 188 JSHandle<LinkedHashSet> LinkedHashSet::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::LinkedHashSet
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/ |
| D | js_proxy.cpp | 52 std::unique_ptr<JSProxy> JSProxy::Create(EtsClass *etsClass, Span<Method *> proxyMethods) in Create() function in panda::ets::interop::js::js_proxy::JSProxy
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | method_properties.h | 36 static MethodProperties *Create(ArenaAllocator *arenaAllocator, const Graph *graph) in Create() function
|