Searched defs:bytecodeInfo (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 394 EnumerateBlock(bb, [&noThrow](const BytecodeInfo &bytecodeInfo) -> bool { in BuildCatchBlocks() 441 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in CollectTryPredsInfo() 457 EnumerateBlock(bb, [&bb, &skipInsufficientProfile](const BytecodeInfo &bytecodeInfo) -> bool { in RemoveUnusedPredsInfo() 588 EnumerateBlock(curBlock, [&numOfThrowBytecode](const BytecodeInfo &bytecodeInfo) -> bool { in RemoveInsufficientProfileRegion() 660 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in ComputeNumOfLoopBack() 935 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete() 958 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate() local 1001 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump() local 1050 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn() local 1076 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode() local [all …]
|
| D | aot_compiler_preprocessor.cpp | 205 auto &bytecodeInfo = collector.GetBytecodeInfo(); in AnalyzeGraphs() local 216 void AotCompilerPreprocessor::AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, in AnalyzeGraph() 416 …l AotCompilerPreprocessor::IsSkipMethod(const JSPandaFile *jsPandaFile, const BCInfo &bytecodeInfo, in IsSkipMethod() 449 BCInfo &bytecodeInfo = collector.GetBytecodeInfo(); in GenerateMethodMap() local
|
| D | frame_states.cpp | 128 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut() local 187 void FrameStateBuilder::ComputeLiveOutBC(const BytecodeInfo &bytecodeInfo) in ComputeLiveOutBC() 262 void FrameStateBuilder::FillBcInputs(const BytecodeInfo &bytecodeInfo, GateRef gate) in FillBcInputs() 290 void FrameStateBuilder::AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, ui… in AdvanceToNextBc() 322 void FrameStateBuilder::UpdateMoveValues(const BytecodeInfo &bytecodeInfo) in UpdateMoveValues() 340 void FrameStateBuilder::UpdateFrameValues(const BytecodeInfo &bytecodeInfo, in UpdateFrameValues() 1445 void FrameStateBuilder::BindStateSplitBefore(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveou… in BindStateSplitBefore() 1456 void FrameStateBuilder::BindStateSplitAfter(const BytecodeInfo &bytecodeInfo, in BindStateSplitAfter()
|
| D | bytecode_circuit_builder.h | 346 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock() local
|
| D | ts_inline_lowering.cpp | 119 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 476 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareLexenv() 511 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareClassHash() 576 auto &bytecodeInfo = originFunction->second; in HandleFunction() local
|