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/
H A 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()
H A Dpgo_method_type_set.h115 void ProcessToJson(ProfileType::VariantVector &typeArray) const;
213 void ProcessToJson(ProfileType::MapVector &typeArray) const in ProcessToJson()
218 typeArray.push_back(sameOffsetTypeArray); in ProcessToJson()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h612 std::vector<ProfileType::StringMap> &typeArray) const in AddTypeJson()
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()
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp481 ProfileType::VariantVector typeArray; in ProcessToJson() local
482 iter->second->ProcessToJson(typeArray); in ProcessToJson()
483 function.insert(std::make_pair(DumpJsonUtils::TYPE, typeArray)); in ProcessToJson()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3236 JSHandle<JSTypedArray> typeArray(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer()
3237 LOG_IF_SPECIAL(typeArray, ERROR); in GetArrayBuffer()
3238 JSHandle<JSTaggedValue> arrayBuffer(thread, JSTypedArray::GetOffHeapBuffer(thread, typeArray)); in GetArrayBuffer()
3273 JSHandle<ecmascript::JSSharedTypedArray> typeArray(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer()
3274 LOG_IF_SPECIAL(typeArray, ERROR); in GetArrayBuffer()
3276 ecmascript::JSSharedTypedArray::GetSharedOffHeapBuffer(thread, typeArray)); in GetArrayBuffer()

Completed in 18 milliseconds