Home
last modified time | relevance | path

Searched defs:bytecodeInfo (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp274 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut() local
340 void FrameStateBuilder::ComputeLiveOutBC(uint32_t index, const BytecodeInfo &bytecodeInfo, size_t b… in ComputeLiveOutBC()
403 bool FrameStateBuilder::IsAsyncResolveOrSusp(const BytecodeInfo &bytecodeInfo) in IsAsyncResolveOrSusp()
479 const BytecodeInfo &bytecodeInfo, size_t index) in BuildFrameState()
527 builder_->EnumerateBlock(bb, [&](const BytecodeInfo &bytecodeInfo) -> bool { in BindBBStateSplit()
Dbytecode_circuit_builder.cpp407 (const BytecodeInfo &bytecodeInfo) -> bool { in InsertPhi()
460 (const BytecodeInfo &bytecodeInfo) -> bool { in InsertExceptionPhi()
595 (const BytecodeInfo &bytecodeInfo) -> bool { in CollectPredsInfo()
882 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate() local
954 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump() local
1004 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn() local
1026 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode() local
1073 (const BytecodeInfo &bytecodeInfo) -> bool { in BuildSubCircuit()
1080 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit() local
1410 EnumerateBlock(bb, [&](const BytecodeInfo &bytecodeInfo) -> bool { in BuildCircuit()
[all …]
Dbytecode_circuit_builder.h387 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock() local
Dts_inline_lowering.cpp99 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp189 auto &bytecodeInfo = GetByteCodeInfo(gate); in ShouldInfer() local
205 auto &bytecodeInfo = GetByteCodeInfo(gate); in Infer() local
810 auto &bytecodeInfo = GetByteCodeInfo(funcGate); in InferCallMethod() local
1227 auto &bytecodeInfo = GetByteCodeInfo(namespaceObj); in SetAndReturnNamespaceObjType() local
1260 auto &bytecodeInfo = GetByteCodeInfo(gate); in IsNamespace() local
1273 auto &bytecodeInfo = GetByteCodeInfo(func); in CheckNamespaceFunc() local
1433 auto &bytecodeInfo = GetByteCodeInfo(gate); in CollectGateTypeLogInfo() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp455 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareLexenv()
490 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareClassHash()
552 auto &bytecodeInfo = originFunction->second; in HandleFunction() local