Home
last modified time | relevance | path

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

12

/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
111 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams
157 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams
179 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams
201 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ResumeParams
223 std::unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::SetAsyncCallStackDepthParams
245 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams
275 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetBreakpointByUrlParams
331 std::unique_ptr<GetPossibleAndSetBreakpointParams> GetPossibleAndSetBreakpointParams::Create(const … in Create() function in panda::ecmascript::tooling::GetPossibleAndSetBreakpointParams
[all …]
Dpt_types.cpp931 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoteObject
1025 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ExceptionDetails
1134 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor
1182 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor
1299 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PropertyDescriptor
1450 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::CallArgument
1493 std::unique_ptr<Location> Location::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::Location
1542 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ScriptPosition
1581 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SearchMatch
1621 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::LocationRange
[all …]
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp93 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create() function in panda::ecmascript::tooling::DispatchResponse
101 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.cpp56 HWTEST_F_L0(JSTaggedQueueTest, Create) in HWTEST_F_L0() argument
Djs_forin_iterator_test.cpp52 HWTEST_F_L0(JSForinIteratorTest, Create) in HWTEST_F_L0() argument
Djs_date_test.cpp64 HWTEST_F_L0(JSDateTest, Create) in HWTEST_F_L0() argument
Decma_context_test.cpp52 HWTEST_F_L0(EcmaContextTest, Create) in HWTEST_F_L0() argument
Djs_function_test.cpp68 HWTEST_F_L0(JSFunctionTest, Create) in HWTEST_F_L0() argument
Dweak_vector_test.cpp59 HWTEST_F_L0(WeakVectorTest, Create) in HWTEST_F_L0() argument
Dsymbol_table_test.cpp159 HWTEST_F_L0(SymbolTableTest, Create) in HWTEST_F_L0() argument
Dtagged_array_test.cpp61 HWTEST_F_L0(TaggedArrayTest, Create) in HWTEST_F_L0() argument
Dtransitions_dictionary_test.cpp112 HWTEST_F_L0(TransitionsDictionaryTest, Create) in HWTEST_F_L0() argument
/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
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
Dmethod.cpp92 JSHandle<Method> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *me… in Create() function in panda::ecmascript::Method
Dtagged_tree.cpp23 JSHandle<Derived> TaggedTree<Derived>::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::TaggedTree
488 JSTaggedValue TaggedTreeMap::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::TaggedTreeMap
578 JSTaggedValue TaggedTreeSet::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::TaggedTreeSet
Dweak_vector.cpp21 JSHandle<WeakVector> WeakVector::Create(const JSThread *thread, uint32_t capacity) in Create() function in panda::ecmascript::WeakVector
Dtagged_dictionary.cpp138 JSHandle<NameDictionary> NameDictionary::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::NameDictionary
307 JSHandle<NumberDictionary> NumberDictionary::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::NumberDictionary
Dtagged_list.cpp32 JSHandle<Derived> TaggedList<Derived>::Create(const JSThread *thread, int numberOfNodes) in Create() function in panda::ecmascript::TaggedList
304 JSTaggedValue TaggedSingleList::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::TaggedSingleList
537 JSTaggedValue TaggedDoubleList::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::TaggedDoubleList
Decma_vm.cpp95 EcmaVM *EcmaVM::Create(const JSRuntimeOptions &options, EcmaParamConfiguration &config) in Create() function in panda::ecmascript::EcmaVM
Dtagged_hash_array.cpp24 JSTaggedValue TaggedHashArray::Create(const JSThread *thread, uint32_t numberOfElements) in Create() function in panda::ecmascript::TaggedHashArray
Djs_thread.cpp44 JSThread *JSThread::Create(EcmaVM *vm) in Create() function in panda::ecmascript::JSThread
Dtagged_hash_table.h87 static JSHandle<Derived> Create(const JSThread *thread, int entriesCount) in Create() function
Decma_context.cpp53 EcmaContext *EcmaContext::Create(JSThread *thread) in Create() function in panda::ecmascript::EcmaContext
/arkcompiler/runtime_core/assembler/
Dannotation.h454 static ScalarValue Create(ValueTypeHelperT<type> value) in Create() function
/arkcompiler/runtime_core/compiler/tests/
Dlife_intervals_test.cpp24 LifeIntervals *Create(std::initializer_list<std::pair<LifeNumber, LifeNumber>> lns) in Create() function in panda::compiler::LifeIntervalsTest

12