| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Console.cpp | 27 extern "C" EtsVoid *StdConsolePrintln(ObjectHeader *header [[maybe_unused]]) in StdConsolePrintln() 33 extern "C" EtsVoid *StdConsolePrintBool([[maybe_unused]] ObjectHeader *header, uint8_t b) in StdConsolePrintBool() 43 extern "C" EtsVoid *StdConsolePrintChar([[maybe_unused]] ObjectHeader *header, uint16_t c) in StdConsolePrintChar() 50 extern "C" EtsVoid *StdConsolePrintString([[maybe_unused]] ObjectHeader *header, EtsString *str) in StdConsolePrintString() 56 extern "C" EtsVoid *StdConsolePrintI32([[maybe_unused]] ObjectHeader *header, int32_t v) in StdConsolePrintI32() 62 extern "C" EtsVoid *StdConsolePrintI16([[maybe_unused]] ObjectHeader *header, int16_t v) in StdConsolePrintI16() 68 extern "C" EtsVoid *StdConsolePrintI8([[maybe_unused]] ObjectHeader *header, int8_t v) in StdConsolePrintI8() 74 extern "C" EtsVoid *StdConsolePrintI64([[maybe_unused]] ObjectHeader *header, int64_t v) in StdConsolePrintI64()
|
| D | std_core_Runtime.cpp | 23 uint8_t StdCoreRuntimeIsSameReference([[maybe_unused]] ObjectHeader *header, EtsObject *source, Ets… in StdCoreRuntimeIsSameReference() 28 EtsInt StdCoreRuntimeGetHashCode([[maybe_unused]] ObjectHeader *header, EtsObject *source) in StdCoreRuntimeGetHashCode()
|
| /arkcompiler/runtime_core/ |
| D | bundle.json | 47 "header": { object 54 "header": { object 61 "header": { object 68 "header": { object 75 "header": { object 82 "header": { object 89 "header": { object 96 "header": { object 103 "header": { object 110 "header": { object [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | loop_peeling.cpp | 97 static bool HeaderHasInlinedCalls(const BasicBlock *header) in HeaderHasInlinedCalls() 111 auto header = loop->GetHeader(); in TransformLoop() local 130 auto header = loop->GetHeader(); in InsertPreLoop() local 140 size_t LoopPeeling::MoveLoopExitToBackEdge(BasicBlock *header, BasicBlock *backEdge) in MoveLoopExitToBackEdge() 197 void LoopPeeling::UpdateClonedInstInputs(Inst *inst, BasicBlock *header, BasicBlock *backEdge) in UpdateClonedInstInputs()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| 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); in TEST_F() local 129 auto header = ObjectHeader::Create(cls); in TEST_F() local 143 auto header = ObjectHeader::Create(cls); in TEST_F() local 207 auto header = ObjectHeader::Create(cls); in TEST_F() local 222 auto header = ObjectHeader::Create(cls); in TEST_F() local 239 auto header = ObjectHeader::Create(cls); in TEST_F() local 259 auto header = ObjectHeader::Create(cls); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_file_info.cpp | 23 bool PGOProfilerHeader::BuildFromLegacy(void *buffer, PGOProfilerHeader **header) in BuildFromLegacy() 44 …ol PGOProfilerHeader::BuildFromElastic(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in BuildFromElastic() 62 bool PGOProfilerHeader::ParseFromBinary(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in ParseFromBinary() 119 std::string header; in ParseFromText() local
|
| D | pgo_record_pool.h | 65 [[maybe_unused]] PGOProfilerHeader const *header) override in ParseFromBinary() 131 bool Support(PGOProfilerHeader const *header) const override in Support() 136 SectionInfo *GetSection(PGOProfilerHeader const *header) const override in GetSection() 163 [[maybe_unused]] PGOProfilerHeader const *header) override in ParseFromBinary() 248 static bool Support(PGOProfilerHeader const *header) in Support() 253 static SectionInfo *GetSection(PGOProfilerHeader const *header) in GetSection()
|
| D | pgo_profile_type_pool.h | 73 [[maybe_unused]] PGOProfilerHeader const *header) override in ParseFromBinary() 113 static bool Support(PGOProfilerHeader const *header) in Support() 118 static SectionInfo *GetSection(PGOProfilerHeader const *header) in GetSection()
|
| D | pgo_file_info.h | 163 static void Build(PGOProfilerHeader **header, size_t size) in Build() 169 static void Destroy(PGOProfilerHeader **header) in Destroy() 346 …tic bool ParseSectionFromBinary(PGOContext &context, void *buffer, PGOProfilerHeader const *header, in ParseSectionFromBinary() 360 …cessSectionToBinary(PGOContext &context, std::fstream &fileStream, PGOProfilerHeader *const header, in ProcessSectionToBinary()
|
| D | pool_template.h | 164 PGOProfilerHeader const *header) override in ParseFromBinary() 205 bool Support(PGOProfilerHeader const *header) const override in Support() 210 SectionInfo *GetSection(PGOProfilerHeader const *header) const override in GetSection()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | loop_analyzer.cpp | 99 void LoopAnalyzer::ProcessNewBackEdge(BasicBlock *header, BasicBlock *back_edge) in ProcessNewBackEdge() 116 ArenaVector<int> LoopAnalyzer::GetForwardEdgesIndexes(BasicBlock *header) in GetForwardEdgesIndexes() 137 void LoopAnalyzer::MovePhiInputsToPreHeader(BasicBlock *header, BasicBlock *pre_header, in MovePhiInputsToPreHeader() 153 void LoopAnalyzer::UpdateControlFlowWithPreHeader(BasicBlock *header, BasicBlock *pre_header, in UpdateControlFlowWithPreHeader() 179 BasicBlock *LoopAnalyzer::CreatePreHeader(BasicBlock *header) in CreatePreHeader() 193 auto header = loop->GetHeader(); in PreHeaderExists() local 206 auto header = loop->GetHeader(); in FindAndInsertPreHeaders() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file.h | 167 const Header *header = GetHeader(); in IsExternal() local 180 const Header *header = GetHeader(); in GetSpanFromId() local 188 const Header *header = GetHeader(); in GetClasses() local 196 const Header *header = GetHeader(); in GetLiteralArrays() local 204 const Header *header = GetHeader(); in GetIndexHeaders() local 217 for (const auto &header : headers) { in GetIndexHeader() local 228 auto *header = GetHeader(); in GetClassIndex() local 247 auto *header = GetHeader(); in GetMethodIndex() local 266 auto *header = GetHeader(); in GetFieldIndex() local 285 auto *header = GetHeader(); in GetProtoIndex() local [all …]
|
| D | index_accessor.h | 34 const auto *header = &(pf.GetIndexHeaders()[header_index_]); in IndexAccessor() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file.h | 166 const Header *header = GetHeader(); in IsExternal() local 179 const Header *header = GetHeader(); in GetSpanFromId() local 186 const Header *header = GetHeader(); in GetClasses() local 194 const Header *header = GetHeader(); in GetLiteralArrays() local 202 const Header *header = GetHeader(); in GetRegionHeaders() local 212 for (const auto &header : headers) { in GetRegionHeader() local 222 auto *header = GetHeader(); in GetClassIndex() local 238 auto *header = GetHeader(); in GetMethodIndex() local 254 auto *header = GetHeader(); in GetFieldIndex() local 270 auto *header = GetHeader(); in GetProtoIndex() local [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | loop_analyzer.cpp | 99 void LoopAnalyzer::ProcessNewBackEdge(BasicBlock *header, BasicBlock *backEdge) in ProcessNewBackEdge() 116 ArenaVector<int> LoopAnalyzer::GetForwardEdgesIndexes(BasicBlock *header) in GetForwardEdgesIndexes() 137 void LoopAnalyzer::MovePhiInputsToPreHeader(BasicBlock *header, BasicBlock *preHeader, in MovePhiInputsToPreHeader() 153 void LoopAnalyzer::UpdateControlFlowWithPreHeader(BasicBlock *header, BasicBlock *preHeader, in UpdateControlFlowWithPreHeader() 179 BasicBlock *LoopAnalyzer::CreatePreHeader(BasicBlock *header) in CreatePreHeader() 193 auto header = loop->GetHeader(); in PreHeaderExists() local 205 auto header = loop->GetHeader(); in FindAndInsertPreHeaders() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 440 auto header = heap_->AllocateYoungOrHugeObject(klass, size); in CloneProperties() local 544 auto header = heap_->AllocateYoungOrHugeObject(klass, size); in CloneProperties() local 1480 TaggedObject *header = heap_->AllocateYoungOrHugeObject(*hclass); in NewObject() local 1491 TaggedObject *header = heap_->AllocateNonMovableOrHugeObject(*hclass); in NewNonMovableObject() local 1772 TaggedObject *header = nullptr; in NewMethod() local 1974 TaggedObject *header = heap_->AllocateYoungOrHugeObject( in NewCompletionRecord() local 1985 TaggedObject *header = heap_->AllocateYoungOrHugeObject( in NewGeneratorContext() local 2066 TaggedObject *header = heap_->AllocateNonMovableOrHugeObject(globalEnvClass); in NewGlobalEnv() local 2075 auto header = heap_->AllocateYoungOrHugeObject( in NewLexicalEnv() local 2085 TaggedObject *header = heap_->AllocateNonMovableOrHugeObject( in NewEmptySymbol() local [all …]
|
| D | object_factory-inl.h | 80 TaggedObject *header; in NewJSNativePointer() local 108 auto header = heap_->TryAllocateYoungGeneration( in InlineNewLexicalEnv() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | stw_young_gc.cpp | 109 auto header = value.GetTaggedWeakRef(); in Sweep() local 122 WeakRootVisitor gcUpdateWeak = [](TaggedObject *header) { in Sweep()
|
| D | full_gc.cpp | 123 auto header = value.GetTaggedWeakRef(); in Sweep() local 144 WeakRootVisitor gcUpdateWeak = [this](TaggedObject *header) { in Sweep()
|
| D | mark_word.h | 36 explicit MarkWord(TaggedObject *header) in MarkWord()
|
| D | tagged_object.h | 29 static TaggedObject *Cast(TaggedObject *header) in Cast()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | intrinsics.cpp | 342 void ObjectMonitorEnter(ObjectHeader *header) in ObjectMonitorEnter() 359 void ObjectMonitorExit(ObjectHeader *header) in ObjectMonitorExit() 375 void ObjectWait(ObjectHeader *header) in ObjectWait() 381 void ObjectTimedWait(ObjectHeader *header, uint64_t timeout) in ObjectTimedWait() 387 void ObjectTimedWaitNanos(ObjectHeader *header, uint64_t timeout, uint64_t nanos) in ObjectTimedWaitNanos() 393 void ObjectNotify(ObjectHeader *header) in ObjectNotify() 399 void ObjectNotifyAll(ObjectHeader *header) in ObjectNotifyAll()
|
| /arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/ |
| D | fielddataaccessor_fuzzer.cpp | 31 for (const auto &header : panda_file.GetIndexHeaders()) { in FieldDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | methoddataaccessor_fuzzer.cpp | 30 for (const auto &header : panda_file.GetIndexHeaders()) { in MethodDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | aot_manager.cpp | 43 for (auto header : aotFile.Value()->FileHeaders()) { in AddFile() local 48 for (auto header : aotInsertFile->FileHeaders()) { in AddFile() local
|