Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h70 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit()
72 callField_ = IsAotCodeBit::Update(callField_, isCompiled); in SetAotCodeBit()
128 static uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit()
130 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h45 uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit() argument
47 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()
134 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit() argument
137 uint64_t newValue = SetAotCodeBit(callField, isCompiled); in SetAotCodeBit()
/arkcompiler/ets_frontend/ts2panda/src/base/
Dproperties.ts53 isCompiled(): boolean { method in Property
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h332 void SetIsCompiled(bool isCompiled) in SetIsCompiled() argument
334 CompileStateBit::CompiledBit::Set<uint8_t>(isCompiled, &compileState_.value_); in SetIsCompiled()
/arkcompiler/ets_frontend/ts2panda/src/expression/
DobjectLiteralExpression.ts245 if (!prop.isCompiled()) {
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts217 if (prop.isCompiled()) {