Searched defs:accRead (Results 1 – 5 of 5) sorted by relevance
| /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/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() 261 …Builder::BuildDefaultStaticIntrinsic(const BytecodeInstruction *bcInst, bool isRange, bool accRead) 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() 410 void InstBuilder::BuildCharIsUpperCaseIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildCharIsUpperCaseIntrinsic() [all …]
|
| D | inst_builder.h | 506 [[maybe_unused]] bool accRead) in TryBuildInteropCall()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 133 RuntimeInterface::MethodPtr method, bool isRange, bool accRead) in BuildInteropCall() 194 bool InstBuilder::TryBuildInteropCall(const BytecodeInstruction *bcInst, bool isRange, bool accRead) 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()
|