| /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<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams 157 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams 179 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams 201 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) 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 ¶ms) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams 275 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson ¶ms) 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 …]
|
| D | pt_types.cpp | 931 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoteObject 1025 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ExceptionDetails 1134 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor 1182 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor 1299 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::PropertyDescriptor 1450 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::CallArgument 1493 std::unique_ptr<Location> Location::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::Location 1542 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ScriptPosition 1581 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SearchMatch 1621 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::LocationRange [all …]
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 93 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/ |
| 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
|
| D | js_date_test.cpp | 64 HWTEST_F_L0(JSDateTest, Create) in HWTEST_F_L0() argument
|
| D | ecma_context_test.cpp | 52 HWTEST_F_L0(EcmaContextTest, Create) in HWTEST_F_L0() argument
|
| D | js_function_test.cpp | 68 HWTEST_F_L0(JSFunctionTest, Create) in HWTEST_F_L0() argument
|
| D | weak_vector_test.cpp | 59 HWTEST_F_L0(WeakVectorTest, Create) in HWTEST_F_L0() argument
|
| D | symbol_table_test.cpp | 159 HWTEST_F_L0(SymbolTableTest, Create) in HWTEST_F_L0() argument
|
| D | tagged_array_test.cpp | 61 HWTEST_F_L0(TaggedArrayTest, Create) in HWTEST_F_L0() argument
|
| D | transitions_dictionary_test.cpp | 112 HWTEST_F_L0(TransitionsDictionaryTest, Create) in HWTEST_F_L0() argument
|
| /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
|
| D | method.cpp | 92 JSHandle<Method> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *me… in Create() function in panda::ecmascript::Method
|
| D | tagged_tree.cpp | 23 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
|
| D | weak_vector.cpp | 21 JSHandle<WeakVector> WeakVector::Create(const JSThread *thread, uint32_t capacity) in Create() function in panda::ecmascript::WeakVector
|
| D | tagged_dictionary.cpp | 138 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
|
| D | tagged_list.cpp | 32 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
|
| D | ecma_vm.cpp | 95 EcmaVM *EcmaVM::Create(const JSRuntimeOptions &options, EcmaParamConfiguration &config) in Create() function in panda::ecmascript::EcmaVM
|
| D | tagged_hash_array.cpp | 24 JSTaggedValue TaggedHashArray::Create(const JSThread *thread, uint32_t numberOfElements) in Create() function in panda::ecmascript::TaggedHashArray
|
| D | js_thread.cpp | 44 JSThread *JSThread::Create(EcmaVM *vm) in Create() function in panda::ecmascript::JSThread
|
| D | tagged_hash_table.h | 87 static JSHandle<Derived> Create(const JSThread *thread, int entriesCount) in Create() function
|
| D | ecma_context.cpp | 53 EcmaContext *EcmaContext::Create(JSThread *thread) in Create() function in panda::ecmascript::EcmaContext
|
| /arkcompiler/runtime_core/assembler/ |
| D | annotation.h | 454 static ScalarValue Create(ValueTypeHelperT<type> value) in Create() function
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | life_intervals_test.cpp | 24 LifeIntervals *Create(std::initializer_list<std::pair<LifeNumber, LifeNumber>> lns) in Create() function in panda::compiler::LifeIntervalsTest
|