Searched defs:bytecodeInfo (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 410 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 …]
|
| D | aot_compiler_preprocessor.cpp | 210 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
|
| D | frame_states.cpp | 129 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()
|
| D | bytecode_circuit_builder.h | 347 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock() local
|
| D | ts_inline_lowering.cpp | 124 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 484 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareLexenv() 519 SymbolTable::OriginFunctionInfo &bytecodeInfo) in CompareClassHash() 584 auto &bytecodeInfo = originFunction->second; in HandleFunction() local
|