Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp420 (const BytecodeInfo &bytecodeInfo) -> bool { in InsertPhi()
473 (const BytecodeInfo &bytecodeInfo) -> bool { in InsertExceptionPhi()
582 (const BytecodeInfo &bytecodeInfo) -> bool { in CollectPredsInfo()
817 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate() local
892 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump() local
964 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn() local
988 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode() local
1038 (const BytecodeInfo &bytecodeInfo) -> bool { in BuildSubCircuit()
1214 EnumerateBlock(bb, [&](const BytecodeInfo &bytecodeInfo) -> bool { in BuildCircuit()
1360 EnumerateBlock(bb, [&](const BytecodeInfo &bytecodeInfo) -> bool { in PrintBytecodeInfo()
Dframe_states.cpp229 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut() local
296 void FrameStateBuilder::ComputeLiveOutBC(uint32_t index, const BytecodeInfo &bytecodeInfo) in ComputeLiveOutBC()
359 builder_->EnumerateBlock(bb, [&](const BytecodeInfo &bytecodeInfo) -> bool { in BindStateSplit()
Dcompilation_driver.h25 BCInfo &bytecodeInfo) in CompilationDriver()
Dpass_manager.cpp59 auto &bytecodeInfo = bcInfoCollector.GetBytecodeInfo(); in Compile() local
Dts_inline_lowering.cpp79 auto &bytecodeInfo = info_->GetBytecodeInfo(); in TryInline() local
Dbytecode_circuit_builder.h334 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock() local
/arkcompiler/ets_frontend/es2panda/util/
Dhotfix.cpp435 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareLexenv()
469 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareClassHash()
514 auto &bytecodeInfo = originFunction->second; in HandleFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp162 auto &bytecodeInfo = GetByteCodeInfo(gate); in ShouldInfer() local
175 auto &bytecodeInfo = GetByteCodeInfo(gate); in Infer() local
1129 auto &bytecodeInfo = GetByteCodeInfo(gate); in CollectGateTypeLogInfo() local