Home
last modified time | relevance | path

Searched defs:header (Results 1 - 25 of 72) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dtagged_object.h29 static TaggedObject *Cast(TaggedObject *header) in Cast() argument
H A Dmark_word.h36 explicit MarkWord(TaggedObject *header) in MarkWord() argument
H A Dfull_gc.cpp129 auto header = value.GetTaggedWeakRef(); in Sweep() local
[all...]
H A Dslots.h36 void Update(TaggedObject *header) in Update() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dredundant_loop_elimination.cpp76 auto header = loop->GetHeader(); in DeleteLoop() local
H A Dloop_peeling.cpp97 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 Dfunctions_test.cpp23 static inline std::string ExtractFuncBody(const std::string &text, const std::string &header) in ExtractFuncBody() argument
H A Dliterals_test.cpp23 static inline std::string ExtractArrayBody(const std::string &text, const std::string &header) in ExtractArrayBody() argument
H A Dtest_debug_info.cpp24 static inline std::string ExtractFuncBody(const std::string &text, const std::string &header) in ExtractFuncBody() argument
H A Drecords_test.cpp23 static inline std::string ExtractRecordBody(const std::string &text, const std::string &header) in ExtractRecordBody() argument
H A Dinstructions_test.cpp127 static inline std::string ExtractFuncBody(const std::string &text, const std::string &header) in ExtractFuncBody() argument
H A Dlabels_test.cpp23 static inline std::string ExtractFuncBody(const std::string &text, const std::string &header) in ExtractFuncBody() argument
H A Dmetadata_test.cpp24 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 Dstd_core_Runtime.cpp35 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 Dstd_core_Console.cpp37 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 Dmonitor_test.cpp67 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 Dshared_gc.cpp145 auto header = value.GetTaggedWeakRef(); in UpdateRecordWeakReference() local
H A Dshared_full_gc.cpp141 auto header = value.GetTaggedWeakRef(); in UpdateRecordWeakReference() local
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dindex_accessor.h34 const auto *header = &(pf.GetIndexHeaders()[header_index_]); in IndexAccessor() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.cpp21 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 Dpgo_method_type_set.cpp54 PGOProfilerHeader *const header = context.GetHeader(); in ParseFromBinary() local
/arkcompiler/runtime_core/abc2program/
H A Dabc2program_compiler.cpp90 auto *header = file_->GetHeader(); in CheckClassId() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.cpp56 const panda_file::File::Header *header = jsPandaFile->GetPandaFile()->GetHeader(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Druntime_stat.cpp99 CString header = runCallerStat.GetHeaderOfName(); in PrintAllStats() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory-inl.h108 TaggedObject *header; in NewJSNativePointer() local
138 auto header = heap_->TryAllocateYoungGeneration( in InlineNewLexicalEnv() local

Completed in 8 milliseconds

123