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 …er::BuildCallHelper<OPCODE, IS_RANGE, ACC_READ>::BuildCallHelper(const BytecodeInstruction *bcInst, in BuildCallHelper()
226 void InstBuilder::BuildMonitor(const BytecodeInstruction *bcInst, Inst *def, bool isEnter) in BuildMonitor()
275 void InstBuilder::BuildAbsIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildAbsIntrinsic()
310 void InstBuilder::BuildBinaryOperationIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildBinaryOperationIntrinsic()
324 void InstBuilder::BuildSqrtIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildSqrtIntrinsic()
337 void InstBuilder::BuildIsNanIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildIsNanIntrinsic()
352 void InstBuilder::BuildStringLengthIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildStringLengthIntrinsic()
377 void InstBuilder::BuildStringIsEmptyIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildStringIsEmptyIntrinsic()
395 void InstBuilder::BuildCharIsUpperCaseIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildCharIsUpperCaseIntrinsic()
422 void InstBuilder::BuildCharToUpperCaseIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildCharToUpperCaseIntrinsic()
[all …]
Dinst_builder.h409 …bool TryBuildInteropCall([[maybe_unused]] const BytecodeInstruction *bcInst, [[maybe_unused]] bool… in TryBuildInteropCall()
/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()
65 void InstBuilder::BuildSignbitIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildSignbitIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp30 void InstBuilder::BuildLaunch(const BytecodeInstruction *bcInst) in BuildLaunch()
54 void InstBuilder::BuildLdObjByName(const BytecodeInstruction *bcInst, DataType::Type type) in BuildLdObjByName()
159 void InstBuilder::BuildStObjByName(const BytecodeInstruction *bcInst, DataType::Type type) in BuildStObjByName()
193 void InstBuilder::BuildEquals(const BytecodeInstruction *bcInst) in BuildEquals()
/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.cpp150 void InstBuilder::BuildInteropCall(const BytecodeInstruction *bcInst, RuntimeInterface::InteropCall… in BuildInteropCall()
215 bool InstBuilder::TryBuildInteropCall(const BytecodeInstruction *bcInst, bool isRange, bool accRead) in TryBuildInteropCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1434 … [[maybe_unused]] const uint8_t *bcInst, [[maybe_unused]] size_t pc) const in GetBytecodeProfile()
1439 …virtual bool CanInlineLdStObjByIndex([[maybe_unused]] const BytecodeInstruction *bcInst, [[maybe_u… in CanInlineLdStObjByIndex()
1451 … [[maybe_unused]] const BytecodeInstruction *bcInst, in GetProfilingAnyType()