Searched refs:v_ (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_utils.h | 134 ConcurrentGuard(ConcurrentGuardValues& v, std::string operation = ""): operation_(operation), v_(v) in ConcurrentGuard() 136 v_.AddLogWithDebugLog("[ConcurrentGuard] " + operation_ + " start"); in ConcurrentGuard() 137 auto tid = v_.Gettid(); in ConcurrentGuard() 140 if (!v_.count.compare_exchange_strong(except, 1) && v_.last_tid != tid) { in ConcurrentGuard() 141 v_.PrintLog(); in ConcurrentGuard() 143 << ", current tid: " << tid << ", last tid: " << v_.last_tid; in ConcurrentGuard() 145 v_.last_tid = tid; in ConcurrentGuard() 149 auto tid = v_.Gettid(); in ~ConcurrentGuard() 152 if (!v_ in ~ConcurrentGuard() 161 ConcurrentGuardValues& v_; global() member in panda::ecmascript::pgo::ConcurrentGuard [all...] |
H A D | pgo_profiler.h | 370 ConcurrentGuardValues v_; member in panda::ecmascript::pgo::PGOProfiler
|
H A D | pgo_profiler.cpp | 424 v_.AddLogWithDebugLog("[PGODumpStateChange] " + StateToString(GetState()) + " -> " + StateToString(state)); in SetState() 430 v_.AddLogWithDebugLog(tag + " notify GC"); in NotifyGC() 436 v_.AddLogWithDebugLog(tag + " notify all"); in NotifyAll()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | expected.h | 69 Expected() noexcept : v_(T()) in T() 74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept() 76 Expected(Unexpected<E> e) noexcept(std::is_nothrow_move_constructible_v<E>) : v_(std::move(e.Value())) {} in noexcept() 80 return std::holds_alternative<T>(v_); 90 return std::get<E>(v_); in noexcept() 95 return std::get<E>(v_); in noexcept() 100 return std::move(std::get<E>(v_)); in noexcept() 106 return std::get<T>(v_); in noexcept() 113 return std::get<T>(v_); in noexcept() 118 return std::move(std::get<T>(v_)); in noexcept() 156 std::variant<T, E> v_; global() member in panda::final [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | expected.h | 69 Expected() noexcept : v_(T()) in T() 74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept() 76 Expected(Unexpected<E> e) noexcept(std::is_nothrow_move_constructible_v<E>) : v_(std::move(e.Value())) {} in noexcept() 80 return std::holds_alternative<T>(v_); 90 return std::get<E>(v_); in noexcept() 96 return std::get<E>(v_); in noexcept() 101 return std::move(std::get<E>(v_)); in noexcept() 107 return std::get<T>(v_); in noexcept() 114 return std::get<T>(v_); in noexcept() 119 return std::move(std::get<T>(v_)); in noexcept() 171 std::variant<T, E> v_; global() member in ark::final [all...] |
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | vregister.h | 198 v_ = v; in SetValue() 203 return v_; in GetValue() 213 return MEMBER_OFFSET(VRegister, v_); in GetValueOffset() 219 int64_t v_ {0};
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 24845 var g_, y_, b_, S_, A_, T_, v_, E_; 24869 t("CompactValueTypeArray", Ul("cc.CompactValueTypeArray")(g_ = (y_ = (E_ = v_ = class t { 24904 }, v_.StorageUnit = C_, v_.ElementType = x_, E_), b_ = Bl(y_.prototype, "_byteOffset", [ Yl ], { [all...] |
Completed in 37 milliseconds