Home
last modified time | relevance | path

Searched refs:sp2 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.cpp41 Span sp2(desc2, 1); in IsInSamePackage()
42 while (sp1[0] == sp2[0] && sp1[0] != 0 && sp2[0] != 0) { in IsInSamePackage()
44 sp2 = Span(sp2.cend(), 1); in IsInSamePackage()
53 while (sp2[0] != 0 && isSamePackage) { in IsInSamePackage()
54 isSamePackage = sp2[0] != '/'; in IsInSamePackage()
55 sp2 = Span(sp2.cend(), 1); in IsInSamePackage()
/arkcompiler/runtime_core/libpandafile/
H A Dproto_data_accessor-inl.h77 auto sp2 = other->panda_file_.GetSpanFromId(other->proto_id_); in IsEqual() local
79 auto v2 = helpers::Read<SHORTY_ELEM_SIZE>(&sp2); in IsEqual()
96 v2 = helpers::Read<SHORTY_ELEM_SIZE>(&sp2); in IsEqual()
103 auto id2 = other->panda_file_.ResolveClassIndex(other->proto_id_, helpers::Read<IDX_SIZE>(&sp2)); in IsEqual()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dproto_data_accessor-inl.h79 auto sp2 = other->pandaFile_.GetSpanFromId(other->protoId_); in IsEqual() local
81 auto v2 = helpers::Read<SHORTY_ELEM_SIZE>(&sp2); in IsEqual()
98 v2 = helpers::Read<SHORTY_ELEM_SIZE>(&sp2); in IsEqual()
105 auto id2 = other->pandaFile_.ResolveClassIndex(other->protoId_, helpers::Read<IDX_SIZE>(&sp2)); in IsEqual()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_evacuator.cpp107 GCStats::Scope sp2(GCStats::Scope::ScopeId::EvacuateRegion, heap_->GetEcmaVM()->GetEcmaGCStats()); in EvacuateSpace()
112 GCStats::Scope sp2(GCStats::Scope::ScopeId::WaitFinish, heap_->GetEcmaVM()->GetEcmaGCStats()); in EvacuateSpace()
284 GCStats::Scope sp2(GCStats::Scope::ScopeId::UpdateRoot, heap_->GetEcmaVM()->GetEcmaGCStats()); in UpdateReference()
289 GCStats::Scope sp2(GCStats::Scope::ScopeId::UpdateWeekRef, heap_->GetEcmaVM()->GetEcmaGCStats()); in UpdateReference()
299 GCStats::Scope sp2(GCStats::Scope::ScopeId::ProceeWorkload, heap_->GetEcmaVM()->GetEcmaGCStats());\ in UpdateReference()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1753 std::string *sp2 = static_cast<std::string *>(res1); in HWTEST_F_L0() local
1754 ASSERT_EQ(sp1, sp2); in HWTEST_F_L0()

Completed in 8 milliseconds