Home
last modified time | relevance | path

Searched refs:typeArray (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.cpp201 void PGOMethodTypeSet::ProcessToJson(ProfileType::VariantVector &typeArray) const in ProcessToJson()
210 typeArray.push_back(type); in ProcessToJson()
218 typeArray.push_back(sameOffsetTypeArray); in ProcessToJson()
223 typeArray.push_back(sameOffsetTypeArray); in ProcessToJson()
Dpgo_method_type_set.h113 void ProcessToJson(ProfileType::VariantVector &typeArray) const;
211 void ProcessToJson(ProfileType::MapVector &typeArray) const in ProcessToJson() argument
216 typeArray.push_back(sameOffsetTypeArray); in ProcessToJson()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h612 std::vector<ProfileType::StringMap> &typeArray) const in AddTypeJson() argument
618 typeArray.push_back(typeJson); in AddTypeJson()
621 void GetInfoJson(std::vector<ProfileType::StringMap> &typeArray, std::string typeoffset) const in GetInfoJson() argument
623 AddTypeJson("receiverRootType", receiverRootType_, typeoffset, typeArray); in GetInfoJson()
624 AddTypeJson("receiverType", receiverType_, typeoffset, typeArray); in GetInfoJson()
625 AddTypeJson("holdRootType", holdRootType_, typeoffset, typeArray); in GetInfoJson()
626 AddTypeJson("holdType", holdType_, typeoffset, typeArray); in GetInfoJson()
627 AddTypeJson("holdTraRootType", holdTraRootType_, typeoffset, typeArray); in GetInfoJson()
628 AddTypeJson("holdTraType", holdTraType_, typeoffset, typeArray); in GetInfoJson()
629 AddTypeJson("accessorMethodType", accessorMethod_, typeoffset, typeArray); in GetInfoJson()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp477 ProfileType::VariantVector typeArray; in ProcessToJson() local
478 iter->second->ProcessToJson(typeArray); in ProcessToJson()
479 function.insert(std::make_pair(DumpJsonUtils::TYPE, typeArray)); in ProcessToJson()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3185 JSHandle<JSTypedArray> typeArray(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer() local
3186 LOG_IF_SPECIAL(typeArray, ERROR); in GetArrayBuffer()
3187 JSHandle<JSTaggedValue> arrayBuffer(thread, JSTypedArray::GetOffHeapBuffer(thread, typeArray)); in GetArrayBuffer()
3222 JSHandle<ecmascript::JSSharedTypedArray> typeArray(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer() local
3223 LOG_IF_SPECIAL(typeArray, ERROR); in GetArrayBuffer()
3225 ecmascript::JSSharedTypedArray::GetSharedOffHeapBuffer(thread, typeArray)); in GetArrayBuffer()