Searched defs:bcInst (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 25 void InstBuilder::BuildCall(const BytecodeInstruction *bcInst, bool isRange, bool accRead, Inst *ad… in BuildCall() 92 void InstBuilder::SetCallArgs(const BytecodeInstruction *bcInst, bool isRange, bool accRead, Inst *… in SetCallArgs() 239 void InstBuilder::BuildMonitor(const BytecodeInstruction *bcInst, Inst *def, bool isEnter) in BuildMonitor() 261 void InstBuilder::BuildDefaultStaticIntrinsic(const BytecodeInstruction *bcInst, bool isRange, bool… in BuildDefaultStaticIntrinsic() 290 void InstBuilder::BuildAbsIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildAbsIntrinsic() 325 void InstBuilder::BuildBinaryOperationIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildBinaryOperationIntrinsic() 339 void InstBuilder::BuildSqrtIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildSqrtIntrinsic() 352 void InstBuilder::BuildIsNanIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildIsNanIntrinsic() 367 void InstBuilder::BuildStringLengthIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildStringLengthIntrinsic() 392 void InstBuilder::BuildStringIsEmptyIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildStringIsEmptyIntrinsic() [all …]
|
| D | inst_builder.h | 505 …bool TryBuildInteropCall([[maybe_unused]] const BytecodeInstruction *bcInst, [[maybe_unused]] bool… in TryBuildInteropCall()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 28 void InstBuilder::BuildLaunch(const BytecodeInstruction *bcInst, bool isRange, bool accRead) in BuildLaunch() 49 void InstBuilder::BuildLdObjByName(const BytecodeInstruction *bcInst, DataType::Type type) in BuildLdObjByName() 114 void InstBuilder::BuildStObjByName(const BytecodeInstruction *bcInst, DataType::Type type) in BuildStObjByName()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 33 void InstBuilder::BuildIsFiniteIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildIsFiniteIntrinsic() 56 void InstBuilder::BuildStdRuntimeEquals(const BytecodeInstruction *bcInst, bool accRead) in BuildStdRuntimeEquals()
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/ |
| D | bridge.cpp | 96 auto bcInst = BytecodeInstruction(pc); in InvokeInterpreter() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 132 void InstBuilder::BuildInteropCall(const BytecodeInstruction *bcInst, RuntimeInterface::InteropCall… in BuildInteropCall() 194 bool InstBuilder::TryBuildInteropCall(const BytecodeInstruction *bcInst, bool isRange, bool accRead) in TryBuildInteropCall()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 1270 … [[maybe_unused]] const uint8_t *bcInst, [[maybe_unused]] size_t pc) const in GetBytecodeProfile() 1275 …virtual bool CanInlineLdStObjByIndex([[maybe_unused]] const BytecodeInstruction *bcInst, [[maybe_u… in CanInlineLdStObjByIndex() 1287 … [[maybe_unused]] const BytecodeInstruction *bcInst, in GetProfilingAnyType()
|