| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | tagged_object.h | 29 static TaggedObject *Cast(TaggedObject *header) in Cast() argument
|
| H A D | mark_word.h | 36 explicit MarkWord(TaggedObject *header) in MarkWord() argument
|
| H A D | full_gc.cpp | 129 auto header = value.GetTaggedWeakRef(); in Sweep() local [all...] |
| H A D | slots.h | 36 void Update(TaggedObject *header) in Update() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | redundant_loop_elimination.cpp | 76 auto header = loop->GetHeader(); in DeleteLoop() local
|
| H A D | loop_peeling.cpp | 97 static bool HeaderHasInlinedCalls(const BasicBlock *header) in HeaderHasInlinedCalls() argument 111 auto header = loop->GetHeader(); TransformLoop() local 130 auto header = loop->GetHeader(); InsertPreLoop() local 140 MoveLoopExitToBackEdge(BasicBlock *header, BasicBlock *backEdge) MoveLoopExitToBackEdge() argument 197 UpdateClonedInstInputs(Inst *inst, BasicBlock *header, BasicBlock *backEdge) UpdateClonedInstInputs() argument [all...] |
| /arkcompiler/runtime_core/static_core/disassembler/tests/ |
| H A D | functions_test.cpp | 23 static inline std::string ExtractFuncBody(const std::string &text, const std::string &header) in ExtractFuncBody() argument
|
| H A D | literals_test.cpp | 23 static inline std::string ExtractArrayBody(const std::string &text, const std::string &header) in ExtractArrayBody() argument
|
| H A D | test_debug_info.cpp | 24 static inline std::string ExtractFuncBody(const std::string &text, const std::string &header) in ExtractFuncBody() argument
|
| H A D | records_test.cpp | 23 static inline std::string ExtractRecordBody(const std::string &text, const std::string &header) in ExtractRecordBody() argument
|
| H A D | instructions_test.cpp | 127 static inline std::string ExtractFuncBody(const std::string &text, const std::string &header) in ExtractFuncBody() argument
|
| H A D | labels_test.cpp | 23 static inline std::string ExtractFuncBody(const std::string &text, const std::string &header) in ExtractFuncBody() argument
|
| H A D | metadata_test.cpp | 24 static inline std::string ExtractFuncBody(const std::string &text, const std::string &header) in ExtractFuncBody() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Runtime.cpp | 35 uint8_t StdCoreRuntimeIsSameReference([[maybe_unused]] ObjectHeader *header, EtsObject *source, EtsObject *target) in StdCoreRuntimeIsSameReference() argument 40 EtsInt StdCoreRuntimeGetHashCode([[maybe_unused]] ObjectHeader *header, EtsObject *source) in StdCoreRuntimeGetHashCode() argument
|
| H A D | std_core_Console.cpp | 37 extern "C" void StdConsolePrintBool([[maybe_unused]] ObjectHeader *header, uint8_t b) in StdConsolePrintBool() argument 46 extern "C" void StdConsolePrintChar([[maybe_unused]] ObjectHeader *header, uint16_t c) in StdConsolePrintChar() argument 52 extern "C" void StdConsolePrintString([[maybe_unused]] ObjectHeader *header, EtsString *str) in StdConsolePrintString() argument 57 extern "C" void StdConsolePrintI32([[maybe_unused]] ObjectHeader *header, int32_t v) in StdConsolePrintI32() argument 62 extern "C" void StdConsolePrintI16([[maybe_unused]] ObjectHeader *header, int16_t v) in StdConsolePrintI16() argument 67 extern "C" void StdConsolePrintI8([[maybe_unused]] ObjectHeader *header, int8_t v) in StdConsolePrintI8() argument 72 extern "C" void StdConsolePrintI64([[maybe_unused]] ObjectHeader *header, int64_t v) in StdConsolePrintI64() argument 77 extern "C" void StdConsolePrintF32([[maybe_unused]] ObjectHeader *header, float v) in StdConsolePrintF32() argument 97 StdConsolePrintF64([[maybe_unused]] ObjectHeader *header, double v) StdConsolePrintF64() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | monitor_test.cpp | 67 auto header = ObjectHeader::Create(cls); in TEST_F() local 78 auto header = ObjectHeader::Create(cls); in TEST_F() local 113 auto header = ObjectHeader::Create(cls); TEST_F() local 129 auto header = ObjectHeader::Create(cls); TEST_F() local 143 auto header = ObjectHeader::Create(cls); TEST_F() local 207 auto header = ObjectHeader::Create(cls); TEST_F() local 222 auto header = ObjectHeader::Create(cls); TEST_F() local 239 auto header = ObjectHeader::Create(cls); TEST_F() local 259 auto header = ObjectHeader::Create(cls); TEST_F() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_gc.cpp | 145 auto header = value.GetTaggedWeakRef(); in UpdateRecordWeakReference() local
|
| H A D | shared_full_gc.cpp | 141 auto header = value.GetTaggedWeakRef(); in UpdateRecordWeakReference() local [all...] |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | index_accessor.h | 34 const auto *header = &(pf.GetIndexHeaders()[header_index_]); in IndexAccessor() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| H A D | pgo_file_info.cpp | 21 bool PGOProfilerHeader::BuildFromLegacy(void *buffer, PGOProfilerHeader **header) in BuildFromLegacy() argument 46 bool PGOProfilerHeader::BuildFromElastic(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in BuildFromElastic() argument 64 ParseFromBinary(void *buffer, size_t bufferSize, PGOProfilerHeader **header) ParseFromBinary() argument 121 std::string header; ParseFromText() local [all...] |
| H A D | pgo_method_type_set.cpp | 54 PGOProfilerHeader *const header = context.GetHeader(); in ParseFromBinary() local
|
| /arkcompiler/runtime_core/abc2program/ |
| H A D | abc2program_compiler.cpp | 90 auto *header = file_->GetHeader(); in CheckClassId() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | pass_manager.cpp | 56 const panda_file::File::Header *header = jsPandaFile->GetPandaFile()->GetHeader(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | runtime_stat.cpp | 99 CString header = runCallerStat.GetHeaderOfName(); in PrintAllStats() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory-inl.h | 108 TaggedObject *header; in NewJSNativePointer() local 138 auto header = heap_->TryAllocateYoungGeneration( in InlineNewLexicalEnv() local
|