Searched refs:setLocal (Results 1 – 12 of 12) sorted by relevance
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Analyzer.java | 237 first.setLocal(pos++, Type.get(clazz)); in firstFrame() 249 first.setLocal(pos++, type); in firstFrame() 251 first.setLocal(pos++, Type.TOP); in firstFrame() 322 old.setLocal(i, newType); in mergeJsr() 329 old.setLocal(i, newType); in mergeJsr() 380 old.setLocal(index, newType); in mergeRet()
|
D | Frame.java | 58 public void setLocal(int index, Type type) { in setLocal() method in Frame
|
D | Executor.java | 1005 frame.setLocal(index, type); in simpleSetLocal() 1007 frame.setLocal(index + 1, Type.TOP); in simpleSetLocal()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | InterpFrame.h | 71 template <typename T> void setLocal(unsigned Offset, const T &Value) { in setLocal() function
|
D | Interp.h | 311 S.Current->setLocal<T>(I, S.Stk.pop<T>()); in SetLocal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.h | 79 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal() function
|
D | WebAssemblyExplicitLocals.cpp | 383 MFI.setLocal(RL->second - MFI.getParams().size(), in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.h | 83 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal() function
|
D | WebAssemblyExplicitLocals.cpp | 414 MFI.setLocal(RL->second - MFI.getParams().size(), in runOnMachineFunction()
|
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/ |
D | ChannelzProtoUtilTest.java | 360 .setLocal(localAddress) in toSocket_withDataNoOptions() 373 .setLocal(listenAddress) in toSocket_noDataWithOptions() 394 .setLocal(localAddress) in toSocket_withDataWithOptions()
|
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/ |
D | ChannelzProtoUtil.java | 179 .setLocal(toAddress(socketStats.local)); in toSocket()
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/ |
D | Socket.java | 1141 public Builder setLocal(io.grpc.channelz.v1.Address value) { in setLocal() method in Socket.Builder 1161 public Builder setLocal( in setLocal() method in Socket.Builder
|