Home
last modified time | relevance | path

Searched defs:typeArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.h253 auto typeArray = this->GetFastBufferData(thread); variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.h213 void ProcessToJson(ProfileType::MapVector &typeArray) const in ProcessToJson()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h626 std::vector<ProfileType::StringMap> &typeArray) const in AddTypeJson()
635 void GetInfoJson(std::vector<ProfileType::StringMap> &typeArray, std::string typeoffset) const in GetInfoJson()
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_buffer.js313 let typeArray = new Uint8Array([1,2,3,4,5]); variable
408 let typeArray = new Uint8Array([1,2,3,4,5]); variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp544 ProfileType::VariantVector typeArray; in ProcessToJson() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3483 JSHandle<JSTypedArray> typeArray(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer() local
3520 JSHandle<ecmascript::JSSharedTypedArray> typeArray(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer() local