| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | properties_cache.h | 54 inline bool IsCleared() const in IsCleared() argument
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | frame_handler.h | 43 bool HasFrame() const in HasFrame() argument 60 bool IsEntryFrame() const in IsEntryFrame() argument 79 bool IsInterpretedFrame() const in IsInterpretedFrame() argument 85 bool IsInterpretedFrame(FrameType type) const in IsInterpretedFrame() argument 90 bool IsJSFrame() const in IsJSFrame() argument 96 bool IsOptimizedJSFunctionFrame() const in IsOptimizedJSFunctionFrame() argument 103 bool IsJSFrame(FrameType type) const in IsJSFrame() argument 108 IsOptimizedJSFunctionFrame(FrameType type) const IsOptimizedJSFunctionFrame() argument 114 IsFastJitFunctionFrame(FrameType type) const IsFastJitFunctionFrame() argument 120 IsAsmInterpretedFrame() const IsAsmInterpretedFrame() argument 128 IsAsmInterpretedFrame(FrameType type) const IsAsmInterpretedFrame() argument 133 IsBuiltinFrame() const IsBuiltinFrame() argument 138 IsBuiltinEntryFrame() const IsBuiltinEntryFrame() argument 143 IsInterpretedEntryFrame() const IsInterpretedEntryFrame() argument 152 IsInterpretedEntryFrame(FrameType type) const IsInterpretedEntryFrame() argument 160 IsAsmInterpretedEntryFrame() const IsAsmInterpretedEntryFrame() argument 166 IsAsmInterpretedEntryFrame(FrameType type) const IsAsmInterpretedEntryFrame() argument 171 IsCInterpretedEntryFrame() const IsCInterpretedEntryFrame() argument 176 IsCInterpretedEntryFrame(FrameType type) const IsCInterpretedEntryFrame() argument 181 IsOptimizedEntryFrame(FrameType type) const IsOptimizedEntryFrame() argument 186 IsJSEntryFrame(FrameType type) const IsJSEntryFrame() argument 191 IsLeaveFrame() const IsLeaveFrame() argument 197 IsInterpreterBuiltinFrame() const IsInterpreterBuiltinFrame() argument 203 IsBaselineBuiltinFrame(FrameType type) const IsBaselineBuiltinFrame() argument 208 GetSp() const GetSp() argument 213 GetFp() const GetFp() argument 218 GetBaselineNativePc() const GetBaselineNativePc() argument 249 DumpStack() const DumpStack() argument 255 DumpPC(const uint8_t *pc) const DumpPC() argument 270 GetFrameType() const GetFrameType() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_stack.cpp | 116 bool JSAPIStack::Has(JSTaggedValue value) const in Has() argument [all...] |
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_json.cpp | 45 std::string PtJson::Stringify() const in Stringify() argument 61 bool PtJson::Add(const char *key, bool value) const in Add() argument 79 bool PtJson::Add(const char *key, int32_t value) const in Add() argument 84 bool PtJson::Add(const char *key, int64_t value) const in Add() argument 89 bool PtJson::Add(const char *key, uint32_t value) const in Add() argument 94 Add(const char *key, double value) const Add() argument 112 Add(const char *key, const char *value) const Add() argument 130 Add(const char *key, const std::unique_ptr<PtJson> &value) const Add() argument 147 Push(bool value) const Push() argument 163 Push(int32_t value) const Push() argument 168 Push(int64_t value) const Push() argument 173 Push(uint32_t value) const Push() argument 178 Push(double value) const Push() argument 194 Push(const char *value) const Push() argument 210 Push(const std::unique_ptr<PtJson> &value) const Push() argument 229 Remove(const char *key) const Remove() argument 237 Contains(const char *key) const Contains() argument 243 GetKey() const GetKey() argument 252 GetJson() const GetJson() argument 257 IsBool() const IsBool() argument 262 IsNumber() const IsNumber() argument 267 IsString() const IsString() argument 272 IsObject() const IsObject() argument 277 IsArray() const IsArray() argument 282 IsNull() const IsNull() argument 287 GetBool(bool defaultValue) const GetBool() argument 296 GetInt(int32_t defaultValue) const GetInt() argument 305 GetInt64(int64_t defaultValue) const GetInt64() argument 314 GetUInt(uint32_t defaultValue) const GetUInt() argument 323 GetUInt64(uint64_t defaultValue) const GetUInt64() argument 332 GetDouble(double defaultValue) const GetDouble() argument 341 GetString() const GetString() argument 350 GetSize() const GetSize() argument 355 Get(int32_t index) const Get() argument 360 GetBool(const char *key, bool *value) const GetBool() argument 374 GetInt(const char *key, int32_t *value) const GetInt() argument 384 GetInt64(const char *key, int64_t *value) const GetInt64() argument 394 GetUInt(const char *key, uint32_t *value) const GetUInt() argument 404 GetUInt64(const char *key, uint64_t *value) const GetUInt64() argument 414 GetDouble(const char *key, double *value) const GetDouble() argument 428 GetString(const char *key, std::string *value) const GetString() argument 442 GetObject(const char *key, std::unique_ptr<PtJson> *value) const GetObject() argument 456 GetArray(const char *key, std::unique_ptr<PtJson> *value) const GetArray() argument 470 GetAny(const char *key, std::unique_ptr<PtJson> *value) const GetAny() argument [all...] |
| H A D | pt_script.h | 35 ScriptId GetScriptId() const in GetScriptId() argument 45 const std::string &GetFileName() const in GetFileName() argument 55 const std::string &GetUrl() const in GetUrl() argument 65 GetHash() const GetHash() argument 75 GetScriptSource() const GetScriptSource() argument 85 GetSourceMapUrl() const GetSourceMapUrl() argument 95 GetEndLine() const GetEndLine() argument [all...] |
| /arkcompiler/toolchain/tooling/ |
| H A D | dispatcher.h | 54 bool IsValid() const in IsValid() argument 58 int32_t GetCallId() const in GetCallId() argument 62 const PtJson &GetParams() const in GetParams() argument 66 const std::string &GetDomain() const in GetDomain() argument 70 const std::string &GetMethod() const in GetMethod() argument 97 bool IsOk() const in IsOk() argument 102 GetError() const GetError() argument 107 GetMessage() const GetMessage() argument [all...] |
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | profiler_impl.cpp | 236 AllowNotify() const AllowNotify() argument [all...] |
| H A D | tracing_impl.cpp | 113 bool TracingImpl::Frontend::AllowNotify() const in AllowNotify() argument
|
| /arkcompiler/toolchain/websocket/client/ |
| H A D | websocket_client.cpp | 243 bool WebSocketClient::DecodeMessage(WebSocketFrame& wsFrame) const in DecodeMessage() argument 280 bool WebSocketClient::ValidateIncomingFrame(const WebSocketFrame& wsFrame) const in ValidateIncomingFrame() argument 287 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType) const in CreateFrame() argument 293 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType, const std::string& payload) const in CreateFrame() argument 299 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType, std::string&& payload) const in CreateFrame() argument
|
| /test/testfwk/arkxtest/uitest/record/ |
| H A D | offset.h | 49 bool IsZero() const in IsZero() argument 54 bool IsErrorOffset() const in IsErrorOffset() argument 59 double GetX() const in GetX() argument 64 double GetY() const in GetY() argument 69 double GetDistance() const in GetDistance() argument 74 Offset operator+(const Offset& offset) const in operator +() argument 79 Offset operator+(const Size& size) const in operator +() argument 84 Offset operator-(const Offse argument 89 operator -(const Size& size) const operator -() argument 94 operator *(double value) const operator *() argument 99 operator /(double value) const operator /() argument 121 operator ==(const Offset& offset) const operator ==() argument 126 operator !=(const Offset& offset) const operator !=() argument 131 ToString() const ToString() argument 139 IsPositiveOffset() const IsPositiveOffset() argument [all...] |
| /test/xts/acts/ability/ability_runtime/aacommand/AACommandPrintOneTest/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/abilitygetstartparameterstest/getstartparameterhelper3/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/abilitymanager/actsamstestfifthscene/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstancetest/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/abilitytoolabilitydelegatortest/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actsabilityamstest/actsbacktocallerabilitywithresulttest/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actsabilityamstest/systemappa/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actscalltest/systemappcalleea/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actschildprocessmanager/actschildprocessmanagertest/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actsdataabilityaccessdatasharetest/datashareserverhap/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actsjsdataabilitytest/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelyFifth/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelyThird/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |
| /test/xts/acts/ability/ability_runtime/actsresponseglobalparamupdatetest/actsresponseglobalparamupdaterelyb/hvigor/ |
| H A D | hvigor-wrapper.js | [all...] |