Home
last modified time | relevance | path

Searched refs:CompiledBit (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h335 return CompileStateBit::CompiledBit::Decode(compileState_.value_); in IsCompiled()
340 CompileStateBit::CompiledBit::Set<uint8_t>(isCompiled, &compileState_.value_); in SetIsCompiled()
374 using CompiledBit = PGOBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>; variable
375 using TypeInferAbortBit = CompiledBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>;