Home
last modified time | relevance | path

Searched defs:const (Results 7576 - 7600 of 23052) sorted by relevance

1...<<301302303304305306307308309310>>...923

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dslots.h58 TaggedObject *GetTaggedObject() const in GetTaggedObject() argument
63 JSTaggedType GetTaggedType() const in GetTaggedType() argument
69 JSTaggedValue GetTaggedValue() const in GetTaggedValue() argument
96 uintptr_t SlotAddress() const in SlotAddress() argument
101 bool operator<(const ObjectSlot &other) const in operator <() argument
105 bool operator<=(const ObjectSlot &other) const in operator <=() argument
109 bool operator>(const ObjectSlot &other) const in operator >() argument
113 operator >=(const ObjectSlot &other) const operator >=() argument
117 operator ==(const ObjectSlot &other) const operator ==() argument
121 operator !=(const ObjectSlot &other) const operator !=() argument
[all...]
H A Dcaddress_allocator.h57 size_type max_size() const in max_size() argument
62 bool operator==([[maybe_unused]] CAddressAllocator const &other) const in operator ==() argument
67 bool operator!=([[maybe_unused]] CAddressAllocator const &other) const in operator !=() argument
[all...]
H A Dchunk_allocator.h67 size_type max_size() const in max_size() argument
73 pointer address(reference x) const in address() argument
78 const_pointer address(const_reference x) const in address() argument
107 bool operator==(ChunkAllocator const argument
111 operator !=(ChunkAllocator const &other) const operator !=() argument
[all...]
H A Didle_gc_trigger.h48 bool IsIdleState() const in IsIdleState() argument
53 const char *GetGCTypeName(TRIGGER_IDLE_GC_TYPE gcType) const in GetGCTypeName() argument
71 bool IsPossiblePostGCTask(TRIGGER_IDLE_GC_TYPE gcType) const in IsPossiblePostGCTask() argument
107 bool CheckIdleOrHintOldGC(const T *baseHeap) const in CheckIdleOrHintOldGC() argument
122 bool CheckIdleOrHintFullGC(const T *baseHeap) const in CheckIdleOrHintFullGC() argument
146 HintGCInLowDegree(const T *baseHeap) const HintGCInLowDegree() argument
152 HintGCInMiddleDegree(const T *baseHeap) const HintGCInMiddleDegree() argument
158 HintGCInHighDegree(const T *baseHeap) const HintGCInHighDegree() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h30 inline typename OldBytecodeInst::Opcode GetOpcode() const in GetOpcode() argument
40 OldBytecodeInst JumpTo(int32_t offset) const in JumpTo() argument
45 OldBytecodeInst GetNext() const in GetNext() argument
50 const uint8_t *GetAddress() const in GetAddress() argument
55 size_t GetSize() const in GetSize() argument
60 uint32_t GetId() const in GetId() argument
107 auto GetImm() const in GetImm() argument
1267 inline bool HasFlag(Flags flag) const in HasFlag() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dabc_buffer_cache.h64 AbcBufferInfo FindJSPandaFileInAbcBufferCache(const CString &fileName) const in FindJSPandaFileInAbcBufferCache() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_proto_transition_type_pool.h134 bool Iterate(Callback callback) const in Iterate() argument
[all...]
H A Dpgo_file_info.cpp76 bool PGOProfilerHeader::VerifyFileSize(size_t bufferSize) const in VerifyFileSize() argument
89 bool PGOProfilerHeader::VerifyConsistency(void *buffer, size_t bufferSize) const in VerifyConsistency() argument
105 void PGOProfilerHeader::ProcessToBinary(std::fstream &fileStream) const in ProcessToBinary() argument
149 bool PGOProfilerHeader::ProcessToText(std::ofstream &stream) const in ProcessToText() argument
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dmap.h39 inline void *GetMem() const in GetMem() argument
44 inline size_t GetSize() const in GetSize() argument
49 inline void *GetOriginAddr() const in GetOriginAddr() argument
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Daot_crash_info.cpp37 bool AotCrashInfo::IsAotEscapedOrNotInEnableList(EcmaVM *vm, const std::string &bundleName) const in IsAotEscapedOrNotInEnableList() argument
44 bool AotCrashInfo::IsAotEscapedOrCompiledOnce(AotCompilerPreprocessor &cPreprocessor, int32_t &ret) const in IsAotEscapedOrCompiledOnce() argument
51 void AotCrashInfo::SetOptionPGOProfiler(JSRuntimeOptions *options, const std::string &bundleName) const in SetOptionPGOProfiler() argument
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.h49 GetArrayLength() const GetArrayLength() argument
59 GetHintLength() const GetHintLength() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/taskpool/
H A Drunner.h61 uint32_t GetTotalThreadNum() const in GetTotalThreadNum() argument
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
H A Dsetruntimeinfo_fuzzer.cpp26 void TestSetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const in TestSetRuntimeInfo() argument
31 void TestGetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBuildId) const in TestGetRuntimeInfoByPath() argument
36 virtual bool TestGetRuntimeBuildId(char *buildId, int length) const in TestGetRuntimeBuildId() argument
[all...]
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/
H A Dprof_convert_json.h27 cJSON* ConvertStr(const std::vector<ProfileType::StringMap>& data) const in ConvertStr() argument
32 cJSON* Convert(const std::vector<ProfileType::jModuleType>& data) const in Convert() argument
56 cJSON* HandleVariant(const std::variant<std::string, std::vector<ProfileType::VariantMap>>& value) const in HandleVariant() argument
66 cJSON* HandleVariantMap(const std::vector<ProfileType::VariantMap>& vaMap) const in HandleVariantMap() argument
89 HandleVariantNext(const std::variant<std::string, ProfileType::VariantVector>& value) const HandleVariantNext() argument
99 HandleVariantVector(const ProfileType::VariantVector& vec) const HandleVariantVector() argument
120 HandleStringMap(const ProfileType::StringMap& stringMap) const HandleStringMap() argument
132 HandleMapVector(const std::vector<ProfileType::StringMap>& vecMap) const HandleMapVector() argument
148 HandleNestedMapVector(const ProfileType::MapVector& vecVec) const HandleNestedMapVector() argument
[all...]
/arkcompiler/runtime_core/abc2program/
H A Dabc2program_compiler.cpp54 const panda_file::File &Abc2ProgramCompiler::GetAbcFile() const in GetAbcFile() argument
59 const panda_file::DebugInfoExtractor &Abc2ProgramCompiler::GetDebugInfoExtractor() const in GetDebugInfoExtractor() argument
88 bool Abc2ProgramCompiler::CheckClassId(uint32_t class_id, size_t offset) const in CheckClassId() argument
41 CheckFileVersionIsSupported(std::array<uint8_t, panda_file::File::VERSION_SIZE> min_version, uint8_t target_api_version, std::string target_api_sub_version) const CheckFileVersionIsSupported() argument
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcodegen.h52 std::vector<pandasm::Ins> GetEncodedInstructions() const in GetEncodedInstructions() argument
64 bool GetStatus() const in GetStatus() argument
69 const std::vector<pandasm::Ins> &GetResult() const in GetResult() argument
[all...]
H A Dreg_acc_alloc.cpp76 inline bool RegAccAlloc::IsPhiOptimizable(compiler::Inst *phi) const in IsPhiOptimizable() argument
85 bool RegAccAlloc::IsAccRead(compiler::Inst *inst) const in IsAccRead() argument
93 bool RegAccAlloc::IsAccWrite(compiler::Inst *inst) const in IsAccWrite() argument
104 bool RegAccAlloc::CanUserReadAcc(compiler::Inst *inst, compiler::Inst *user) const in CanUserReadAcc() argument
144 bool RegAccAlloc::IsPhiAccReady(compiler::Inst *phi) const in IsPhiAccReady() argument
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.h58 BasicBlock *GetAncestor(BasicBlock *block) const in GetAncestor() argument
78 BasicBlock *GetIdom(BasicBlock *block) const in GetIdom() argument
90 BasicBlock *GetLabel(BasicBlock *block) const in GetLabel() argument
102 BasicBlock *GetParent(BasicBlock *block) const in GetParent() argument
114 int32_t GetSemi(BasicBlock *block) const in GetSemi() argument
126 BasicBlock *GetVertex(size_t index) const in GetVertex() argument
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.h94 auto GetMethod() const in GetMethod() argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.h54 const LocationMask &GetRegMask() const in GetRegMask() argument
70 GetVRegMask() const GetVRegMask() argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass_manager.cpp178 void PassManager::Finalize() const in Finalize() argument
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.h82 GetProgInfo() const GetProgInfo() argument
170 SerializeLanguage(std::ostream &os) const SerializeLanguage() argument
204 GetStringByOffset(uint32_t offset) const GetStringByOffset() argument
210 IsValidOffset(uint32_t offset) const IsValidOffset() argument
215 GetFileNameByPath(const std::string &file_path) const GetFileNameByPath() argument
[all...]
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dfunction.cpp22 const std::string &Function::GetRecordName() const in GetRecordName() argument
27 const std::string &Function::GetFunctionName() const in GetFunctionName() argument
32 const AbcFile *Function::GetAbcFileInstance() const in GetAbcFileInstance() argument
37 const Graph &Function::GetGraph() const in GetGraph() argument
42 const Class *Function::GetClass() const in GetClass() argument
47 GetParentFunction() const GetParentFunction() argument
52 GetArgCount() const GetArgCount() argument
57 GetDefinedClassCount() const GetDefinedClassCount() argument
62 GetDefinedFunctionCount() const GetDefinedFunctionCount() argument
67 GetCalleeInfoCount() const GetCalleeInfoCount() argument
72 GetDefinedClassByIndex(size_t index) const GetDefinedClassByIndex() argument
127 GetMethodId() const GetMethodId() argument
[all...]
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmem_pool.h32 size_t GetSize() const in GetSize() argument
42 bool operator==(const Pool &other) const in operator ==() argument
47 bool operator!=(const Pool &other) const in operator !=() argument
132 AllocatorInfo GetAllocatorInfoForAddr(const void *addr) const in GetAllocatorInfoForAddr() argument
142 GetSpaceTypeForAddr(const void *addr) const GetSpaceTypeForAddr() argument
152 GetStartAddrPoolForAddr(const void *addr) const GetStartAddrPoolForAddr() argument
[all...]
/arkcompiler/runtime_core/libpandabase/serializer/
H A Dserializer.h236 IsError() const IsError() argument
241 GetError() const GetError() argument
246 GetEndPosition() const GetEndPosition() argument
[all...]

Completed in 15 milliseconds

1...<<301302303304305306307308309310>>...923