Searched defs:bytecodeInfo (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | aot_compiler_preprocessor.cpp | 208 auto &bytecodeInfo = collector.GetBytecodeInfo(); in AnalyzeGraphs() local 219 void AotCompilerPreprocessor::AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, in AnalyzeGraph() argument 419 bool AotCompilerPreprocessor::IsSkipMethod(const JSPandaFile *jsPandaFile, const BCInfo &bytecodeInfo, in IsSkipMethod() argument 452 BCInfo &bytecodeInfo = collector.GetBytecodeInfo(); in GenerateMethodMap() local [all...] |
| H A D | bytecode_circuit_builder.cpp | 807 MergeExceptionGete(BytecodeRegion &bb, const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) MergeExceptionGete() argument 831 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); NewJSGate() local 874 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); NewJump() local 923 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); NewReturn() local 949 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); NewByteCode() local 1023 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); BuildSubCircuit() local 1111 const BytecodeInfo &bytecodeInfo = GetBytecodeInfo(osrLoopBodyBB.end); HandleOsrLoopBody() local [all...] |
| H A D | ts_inline_lowering.cpp | 124 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline() local
|
| H A D | frame_states.cpp | 129 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut() local 184 void FrameStateBuilder::ComputeLiveOutBC(const BytecodeInfo &bytecodeInfo) in ComputeLiveOutBC() argument 256 FillBcInputs(const BytecodeInfo &bytecodeInfo, GateRef gate) FillBcInputs() argument 284 AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId) AdvanceToNextBc() argument 316 UpdateMoveValues(const BytecodeInfo &bytecodeInfo) UpdateMoveValues() argument 334 UpdateFrameValues(const BytecodeInfo &bytecodeInfo, uint32_t bcId, GateRef gate) UpdateFrameValues() argument 1435 BindStateSplitBefore(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId) BindStateSplitBefore() argument 1446 BindStateSplitAfter(const BytecodeInfo &bytecodeInfo, uint32_t bcId, GateRef gate) BindStateSplitAfter() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | patchFix.cpp | 584 auto &bytecodeInfo = originFunction->second; in HandleFunction() local 483 CompareLexenv(const std::string &funcName, const compiler::PandaGen *pg, SymbolTable::OriginFunctionInfo &bytecodeInfo) CompareLexenv() argument 518 CompareClassHash(std::vector<std::pair<std::string, std::string>> &hashList, SymbolTable::OriginFunctionInfo &bytecodeInfo) CompareClassHash() argument
|
Completed in 7 milliseconds