Searched defs:accRead (Results 1 – 4 of 4) 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() 65 void InstBuilder::BuildSignbitIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildSignbitIntrinsic()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 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() 452 void InstBuilder::BuildCharIsLowerCaseIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildCharIsLowerCaseIntrinsic() 475 void InstBuilder::BuildCharToLowerCaseIntrinsic(const BytecodeInstruction *bcInst, bool accRead) in BuildCharToLowerCaseIntrinsic() [all …]
|
| D | inst_builder.h | 410 [[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 | 151 RuntimeInterface::MethodPtr method, bool isRange, bool accRead) in BuildInteropCall() 215 bool InstBuilder::TryBuildInteropCall(const BytecodeInstruction *bcInst, bool isRange, bool accRead) in TryBuildInteropCall()
|