Home
last modified time | relevance | path

Searched defs:bcInst (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h25 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 …]
Dinst_builder.h505 …bool TryBuildInteropCall([[maybe_unused]] const BytecodeInstruction *bcInst, [[maybe_unused]] bool… in TryBuildInteropCall()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp28 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/
Dir_build_intrinsics_ets.cpp33 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/
Dbridge.cpp96 auto bcInst = BytecodeInstruction(pc); in InvokeInterpreter() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp132 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/
Druntime_interface.h1270 … [[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()