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() 792 const BytecodeInfo &bytecodeInfo = iterator.GetBytecodeInfo(); in NewDeopt() local 940 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete() 963 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate() local 1006 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump() local 1055 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn() local [all …]
|
| D | aot_compiler_preprocessor.cpp | 209 auto &bytecodeInfo = collector.GetBytecodeInfo(); in AnalyzeGraphs() local 220 void AotCompilerPreprocessor::AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, in AnalyzeGraph() 414 …l AotCompilerPreprocessor::IsSkipMethod(const JSPandaFile *jsPandaFile, const BCInfo &bytecodeInfo, in IsSkipMethod() 451 BCInfo &bytecodeInfo = collector.GetBytecodeInfo(); in GenerateMethodMap() local
|
| D | frame_states.cpp | 128 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut() local 208 void FrameStateBuilder::ComputeLiveOutBC(const BytecodeInfo &bytecodeInfo) in ComputeLiveOutBC() 283 void FrameStateBuilder::FillBcInputs(const BytecodeInfo &bytecodeInfo, GateRef gate) in FillBcInputs() 311 void FrameStateBuilder::AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, ui… in AdvanceToNextBc() 343 void FrameStateBuilder::UpdateMoveValues(const BytecodeInfo &bytecodeInfo) in UpdateMoveValues() 361 void FrameStateBuilder::UpdateFrameValues(const BytecodeInfo &bytecodeInfo, in UpdateFrameValues() 1479 void FrameStateBuilder::BuildFrameStateBefore(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveo… in BuildFrameStateBefore() 1487 void FrameStateBuilder::BindFrameStateAndStateSplitAfter(const BytecodeInfo &bytecodeInfo, in BindFrameStateAndStateSplitAfter()
|
| D | bytecode_circuit_builder.h | 346 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock() local
|
| D | ts_inline_lowering.cpp | 122 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 468 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareLexenv() 503 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareClassHash() 568 auto &bytecodeInfo = originFunction->second; in HandleFunction() local
|