Searched refs:SYNC (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit.h | 32 SYNC = 0, enumerator 71 int32_t offset = MachineCode::INVALID_OSR_OFFSET, JitCompileMode mode = SYNC);
|
H A D | jit.cpp | 372 if (codeSize > maxSize && !(vm->GetJSOptions().IsEnableForceJitCompileMain() && mode == SYNC)) { in Compile() 426 if (mode == SYNC) { in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.h | 28 enum class IteratorType { SYNC, ASYNC }; member in ark::es2panda::ark::es2panda::compiler::IteratorType
|
H A D | iterators.cpp | 122 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 D | iterators.h | 29 enum class IteratorType { SYNC, ASYNC }; member in panda::es2panda::panda::es2panda::compiler::IteratorType
|
H A D | iterators.cpp | 147 : Iterator(pg, node, IteratorType::SYNC), done_(pg->AllocReg()), result_(pg->AllocReg()) in DestructuringIterator()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | forOfStatement.cpp | 75 auto iterator_type = isAwait_ ? compiler::IteratorType::ASYNC : compiler::IteratorType::SYNC; in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | functionBuilder.cpp | 33 return IteratorType::SYNC; in GeneratorKind()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | functionBuilder.cpp | 35 return IteratorType::SYNC; in GeneratorKind()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_ark_tools.cpp | 1326 MachineCode::INVALID_OSR_OFFSET, JitCompileMode::SYNC);
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 1391 auto iteratorType = st->IsAwait() ? compiler::IteratorType::ASYNC : compiler::IteratorType::SYNC; in Compile()
|
Completed in 10 milliseconds