Home
last modified time | relevance | path

Searched defs:srcName (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_extractor.cpp48 auto srcName = PandaString(langExtractor_->GetSourceFile(method)); in GetBreakpointAddress() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp455 JSHandle<JSTaggedValue> srcName(thread, srcObj->GetTypedArrayName()); in CreateFromTypedArray() local
638 JSHandle<JSTaggedValue> srcName(thread, srcObj->GetTypedArrayName()); in CreateSharedFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1243 JSHandle<JSTaggedValue> srcName(thread, typedArray->GetTypedArrayName()); in Set() local
1385 JSHandle<JSTaggedValue> srcName(thread, thisObj->GetTypedArrayName()); in Slice() local
Dbuiltins_typedarray.cpp1342 JSHandle<JSTaggedValue> srcName(thread, typedArray->GetTypedArrayName()); in Set() local
1469 JSHandle<JSTaggedValue> srcName(thread, thisObj->GetTypedArrayName()); in Slice() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4145 bool JSNApi::IsOhmUrl(const std::string &srcName) in IsOhmUrl()