| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | typed_bytecode_lowering.h | 80 bool IsLogEnabled() const in IsLogEnabled() argument 85 bool IsTypeLogEnabled() const in IsTypeLogEnabled() argument 90 bool IsProfiling() const in IsProfiling() argument 95 bool IsVerifyVTbale() const in IsVerifyVTbale() argument 100 bool IsTraceBC() const in IsTraceBC() argument 105 GetMethodName() const GetMethodName() argument 239 IsFuncFromGlobal(GateRef gate) const IsFuncFromGlobal() argument 244 Uncheck() const Uncheck() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/daemon/ |
| H A D | daemon_task.h | 53 JSThread *GetJSThread() const in GetJSThread() argument 58 DaemonTaskType GetTaskType() const in GetTaskType() argument 63 DaemonTaskGroup GetTaskGroup() const in GetTaskGroup() argument
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | js_debugger.cpp | 207 std::optional<JSBreakpoint> JSDebugger::FindBreakpoint(JSHandle<Method> method, uint32_t bcOffset) const in FindBreakpoint() argument 219 std::optional<JSBreakpoint> JSDebugger::FindSmartBreakpoint(JSHandle<Method> method, uint32_t bcOffset) const in FindSmartBreakpoint() argument 261 FindMethod(const JSPtLocation &location) const FindMethod() argument 291 IsBreakpointCondSatisfied(std::optional<JSBreakpoint> breakpoint) const IsBreakpointCondSatisfied() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| H A D | js_debugger_test.cpp | 46 bool IsBreakpointCondSatisfiedTest(std::optional<JSBreakpoint> breakpoint) const in IsBreakpointCondSatisfiedTest() argument
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.h | 129 JSThread *GetThread() const in GetThread() argument
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/tests/ |
| H A D | extractor_test.cpp | 31 bool GetInitial() const in GetInitial() argument 41 const std::string &GetHapPath() const in GetHapPath() argument 51 std::optional<bool> GetIsStageModel() const in GetIsStageModel() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | global_env.h | 44 JSTaggedValue GetGlobalObject() const in GetGlobalObject() argument 49 uintptr_t ComputeObjectAddress(size_t index) const in ComputeObjectAddress() argument 54 JSHandle<JSTaggedValue> GetGlobalEnvObjectByIndex(size_t index) const in GetGlobalEnvObjectByIndex() argument 73 size_t GetGlobalEnvFieldSize() const in GetGlobalEnvFieldSize() argument 86 JSThread* GetJSThread() const in GetJSThread() argument [all...] |
| /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
|
| /third_party/ffmpeg/libavcodec/arm/ |
| H A D | jrevdct_arm.S | 369 const const_array label
|
| /third_party/elfio/elfio/ |
| H A D | elfio_note.hpp | 53 Elf_Word get_notes_num() const in get_notes_num() argument 59 get_note( Elf_Word index, Elf_Word& type, std::string& name, char*& desc, Elf_Word& descSize ) const get_note() argument [all...] |
| H A D | elfio_utils.hpp | 75 uint64_t operator()( uint64_t value ) const in operator ()() argument 93 int64_t operator()( int64_t value ) const in operator ()() argument 102 operator ()( uint32_t value ) const operator ()() argument 115 operator ()( int32_t value ) const operator ()() argument 124 operator ()( uint16_t value ) const operator ()() argument 136 operator ()( int16_t value ) const operator ()() argument 145 operator ()( int8_t value ) const operator ()() argument 148 operator ()( uint8_t value ) const operator ()() argument 153 get_host_encoding() const get_host_encoding() argument 195 operator []( std::streampos value ) const operator []() argument 210 empty() const empty() argument [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Scan.h | 208 bool atEndOfInput() const { retur argument 210 getSourceLoc() const getSourceLoc() argument 219 getLastValidSourceIndex() const getLastValidSourceIndex() argument [all...] |
| H A D | attribute.cpp | 44 bool TAttributeArgs::getInt(int& value, int argNum) const in getInt() argument 58 bool TAttributeArgs::getString(TString& value, int argNum, bool convertToLower) const in getString() argument 75 int TAttributeArgs::size() const in size() argument 81 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion() argument 100 TAttributeType TParseContext::attributeFromName(const TStrin argument 133 makeAttributes(const TString& identifier) const makeAttributes() argument 143 makeAttributes(const TString& identifier, TIntermNode* node) const makeAttributes() argument 158 mergeAttributes(TAttributes* attr1, TAttributes* attr2) const mergeAttributes() argument [all...] |
| H A D | parseVersions.h | 73 bool isEsProfile() const { return profile == EEsProfile; } in isEsProfile() argument 119 relaxedErrors() const relaxedErrors() argument 120 suppressWarnings() const suppressWarnings() argument 121 isForwardCompatible() const isForwardCompatible() argument 139 getNumErrors() const getNumErrors() argument 142 getScanner() const getScanner() argument 143 getCurrentLoc() const getCurrentLoc() argument 151 isReadingHLSL() const isReadingHLSL() argument 152 hlslEnable16BitTypes() const hlslEnable16BitTypes() argument 153 hlslDX9Compatible() const hlslDX9Compatible() argument 155 isReadingHLSL() const isReadingHLSL() argument [all...] |
| /third_party/gn/src/base/memory/ |
| H A D | ref_counted.h | 23 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() argument 32 void AddRef() const { AddRefImpl(); } in AddRef() argument 35 bool Release() const { in Release() argument 59 bool IsOnValidSequence() const { return true; } in IsOnValidSequence() argument 65 void Adopted() const {} in Adopted() argument 70 void AddRefImpl() const { ++ref_count_; } in AddRefImpl() argument 95 Release() const Release() argument 96 AddRef() const AddRef() argument 107 Adopted() const Adopted() argument 109 AddRefImpl() const AddRefImpl() argument 111 ReleaseImpl() const ReleaseImpl() argument 208 AddRef() const AddRef() argument 210 Release() const Release() argument 276 AddRef() const AddRef() argument 278 Release() const Release() argument [all...] |
| H A D | scoped_refptr.h | 210 T* get() const { return ptr_; } in get() argument 212 T& operator*() const { in operator *() argument 217 T* operator->() const { in operator ->() argument 232 explicit operator bool() const { retur argument 235 operator ==(const scoped_refptr<U>& rhs) const operator ==() argument 240 operator !=(const scoped_refptr<U>& rhs) const operator !=() argument 245 operator <(const scoped_refptr<U>& rhs) const operator <() argument [all...] |
| /third_party/gn/src/base/numerics/ |
| H A D | checked_math.h | 55 constexpr bool IsValid() const { in IsValid() argument 70 AssignIfValid(Dst* result) const { in AssignIfValid() argument 85 constexpr StrictNumeric<Dst> ValueOrDie() const { in ValueOrDie() argument 98 constexpr StrictNumeric<Dst> ValueOrDefault(const Src default_value) const { in ValueOrDefault() argument 108 constexpr CheckedNumeric<typename UnderlyingType<Dst>::type> Cast() const { in Cast() argument 140 operator -() const operator -() argument 155 operator ~() const operator ~() argument 160 Abs() const Abs() argument 165 Max( const U rhs) const Max() argument 180 Min( const U rhs) const Min() argument 198 UnsignedAbs() const UnsignedAbs() argument 253 FastRuntimeNegate() const FastRuntimeNegate() argument [all...] |