Home
last modified time | relevance | path

Searched defs:rv (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/toolchain/build/config/mac/
Dxcrun.py33 rv = subprocess.check_call(['xcrun'] + unknown_args) variable
/arkcompiler/ets_runtime/ecmascript/
Dsustaining_js_handle.cpp59 void SustainingJSHandle::Iterate(const RootRangeVisitor &rv) in Iterate()
107 void SustainingJSHandleList::Iterate(const RootRangeVisitor &rv) in Iterate()
Decma_vm.cpp635 void EcmaVM::Iterate(const RootVisitor &v, const RootRangeVisitor &rv, VMRootVisitType type) in Iterate()
Decma_context.cpp917 void EcmaContext::Iterate(const RootVisitor &v, const RootRangeVisitor &rv) in Iterate()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test.h113 auto rv = GetExecModule().GetRetValue<T>(); in CheckReturnValue() local
Dcodegen_test_2.cpp511 auto rv = GetExecModule().GetRetValue<bool>(); in TEST_F() local
545 auto rv = GetExecModule().GetRetValue<uint32_t>(); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp110 … [](const WorkerThread *lv, const WorkerThread *rv) { return lv->Size() < rv->Size(); }); in StealTaskFromOtherWorker()
268 … workers_.begin(), workers_.end(), [&properties](const WorkerThread *lv, const WorkerThread *rv) { in StealAndExecuteOneTaskFromWorkers()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument