Home
last modified time | relevance | path

Searched refs:SYNC (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h32 SYNC = 0, enumerator
71 int32_t offset = MachineCode::INVALID_OSR_OFFSET, JitCompileMode mode = SYNC);
H A Djit.cpp372 if (codeSize > maxSize && !(vm->GetJSOptions().IsEnableForceJitCompileMain() && mode == SYNC)) { in Compile()
426 if (mode == SYNC) { in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.h28 enum class IteratorType { SYNC, ASYNC }; member in ark::es2panda::ark::es2panda::compiler::IteratorType
H A Diterators.cpp122 if (type_ == IteratorType::SYNC) { in Close()
176 : Iterator(pg, node, IteratorType::SYNC), done_(pg->AllocReg()), result_(pg->AllocReg()) in DestructuringIterator()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Diterators.h29 enum class IteratorType { SYNC, ASYNC }; member in panda::es2panda::panda::es2panda::compiler::IteratorType
H A Diterators.cpp147 : Iterator(pg, node, IteratorType::SYNC), done_(pg->AllocReg()), result_(pg->AllocReg()) in DestructuringIterator()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp75 auto iterator_type = isAwait_ ? compiler::IteratorType::ASYNC : compiler::IteratorType::SYNC; in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp33 return IteratorType::SYNC; in GeneratorKind()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp35 return IteratorType::SYNC; in GeneratorKind()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp1326 MachineCode::INVALID_OSR_OFFSET, JitCompileMode::SYNC);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp1391 auto iteratorType = st->IsAwait() ? compiler::IteratorType::ASYNC : compiler::IteratorType::SYNC; in Compile()

Completed in 9 milliseconds