Home
last modified time | relevance | path

Searched refs:CreateString (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dpanda_vm.h111 …virtual coretypes::String *CreateString([[maybe_unused]] Method *ctor, [[maybe_unused]] ObjectHead… in CreateString() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.h104 static JSValue *CreateString(EtsCoroutine *coro, InteropCtx *ctx, std::string &&value) in CreateString() function
Dintrinsics_api_impl.cpp62 return JSValue::CreateString(coro, ctx, std::move(str)); in JSRuntimeNewJSValueString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h133 coretypes::String *CreateString(Method *ctor, ObjectHeader *obj) override;
Dets_vm.cpp433 coretypes::String *PandaEtsVM::CreateString(Method *ctor, ObjectHeader *obj) in CreateString() function in ark::ets::PandaEtsVM
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1568 return thread->GetVM()->CreateString(method, ctorArg); in VmCreateString()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3753 auto str = vm->CreateString(method, ctorArg); in InitializeObject()