Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp410 EnumerateBlock(bb, [&noThrow](const BytecodeInfo &bytecodeInfo) -> bool { in BuildCatchBlocks()
457 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in CollectTryPredsInfo()
473 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in RemoveUnusedPredsInfo()
574 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in ComputeNumOfLoopBack()
834 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete()
857 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate() local
900 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump() local
949 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn() local
975 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode() local
1040 (const BytecodeInfo &bytecodeInfo) -> bool { in BuildSubCircuit()
[all …]
Daot_compiler_preprocessor.cpp210 auto &bytecodeInfo = collector.GetBytecodeInfo(); in AnalyzeGraphs() local
221 void AotCompilerPreprocessor::AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, in AnalyzeGraph()
425 …l AotCompilerPreprocessor::IsSkipMethod(const JSPandaFile *jsPandaFile, const BCInfo &bytecodeInfo, in IsSkipMethod()
462 BCInfo &bytecodeInfo = collector.GetBytecodeInfo(); in GenerateMethodMap() local
Dframe_states.cpp129 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut() local
184 void FrameStateBuilder::ComputeLiveOutBC(const BytecodeInfo &bytecodeInfo) in ComputeLiveOutBC()
256 void FrameStateBuilder::FillBcInputs(const BytecodeInfo &bytecodeInfo, GateRef gate) in FillBcInputs()
284 void FrameStateBuilder::AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, ui… in AdvanceToNextBc()
316 void FrameStateBuilder::UpdateMoveValues(const BytecodeInfo &bytecodeInfo) in UpdateMoveValues()
334 void FrameStateBuilder::UpdateFrameValues(const BytecodeInfo &bytecodeInfo, in UpdateFrameValues()
1437 void FrameStateBuilder::BindStateSplitBefore(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveou… in BindStateSplitBefore()
1448 void FrameStateBuilder::BindStateSplitAfter(const BytecodeInfo &bytecodeInfo, in BindStateSplitAfter()
Dbytecode_circuit_builder.h347 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock() local
Dts_inline_lowering.cpp124 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp484 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareLexenv()
519 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareClassHash()
584 auto &bytecodeInfo = originFunction->second; in HandleFunction() local