Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/perfetto/src/protozero/filtering/
H A Dfilter_util_unittest.cc38 std::optional<std::string> bytecode = {}) { in FilterToText()
65 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
93 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
139 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
293 std::string bytecode = filter_subset.GenerateFilterBytecode(); in TEST() local
337 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
374 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
H A Dmessage_filter_unittest.cc66 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
158 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
236 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
299 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
342 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
H A Dfilter_bytecode_generator_unittest.cc41 std::string bytecode = gen.Serialize(); in TEST() local
64 std::string bytecode = gen.Serialize(); in TEST() local
106 std::string bytecode = gen.Serialize(); in TEST() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
HDjavassist-3.19.0-GA.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDjavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/aosp_15_r20/tools/dexter/slicer/
H A Dinstrumentation.cc36 void BoxValue(lir::Bytecode* bytecode, in BoxValue()
106 lir::Bytecode* bytecode = nullptr; in Apply() local
223 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()
397 auto bytecode = visitor.out; in Apply() local
531 auto bytecode = visitor.out; in Apply() local
611 virtual bool Visit(lir::Bytecode* bytecode) override { in Visit()
H A Ddex_bytecode.cc27 Opcode OpcodeFromBytecode(u2 bytecode) { in OpcodeFromBytecode()
106 size_t GetWidthFromBytecode(const u2* bytecode) { in GetWidthFromBytecode()
149 Instruction DecodeInstruction(const u2* bytecode) { in DecodeInstruction()
H A Dbytecode_encoder.cc98 static dex::u4 GetRegA(const Bytecode* bytecode, int index) { in GetRegA()
107 static dex::u4 GetRegB(const Bytecode* bytecode, int index) { in GetRegB()
116 static dex::u4 GetRegC(const Bytecode* bytecode, int index) { in GetRegC()
128 bool BytecodeEncoder::Visit(Bytecode* bytecode) { in Visit()
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/turbine/0.1/
HDturbine-0.1.jar ... lookup/ com/google/turbine/binder/bytecode/ com/google/turbine/bytecode/ com ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/turbine/0.2.1/
HDturbine-0.2.1.jar ... turbine/tree/ com/google/turbine/bytecode/ com/google/turbine/bytecode/sig ...
/aosp_15_r20/out/soong/.intermediates/external/turbine/turbine/linux_glibc_common/javac/
Dturbine.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/guice/extensions/persist/lib/
HDjavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/aosp_15_r20/system/netd/server/
H A DSockDiag.cpp491 struct bytecode { in destroySocketsLackingPermission() struct
492 markmatch netIdMatch; in destroySocketsLackingPermission()
493 markmatch controlMatch; in destroySocketsLackingPermission()
494 inet_diag_bc_op controlJump; in destroySocketsLackingPermission()
495 } __attribute__((packed)) bytecode; in destroySocketsLackingPermission() local
/aosp_15_r20/external/javassist/src/main/javassist/expr/
H A DExpr.java231 int regno, Bytecode bytecode) { in storeStack()
240 Bytecode bytecode) { in storeStack0()
285 protected void replace0(int pos, Bytecode bytecode, int size) in replace0()
H A DFieldAccess.java220 Bytecode bytecode = jc.getBytecode(); in replace() local
262 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
312 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
H A DInstanceof.java141 Bytecode bytecode = jc.getBytecode(); in replace() local
170 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
H A DCast.java135 Bytecode bytecode = jc.getBytecode(); in replace() local
166 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
H A DNewExpr.java222 Bytecode bytecode = jc.getBytecode(); in replace() local
253 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
H A DNewArray.java245 Bytecode bytecode = jc.getBytecode(); in replace2() local
273 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
/aosp_15_r20/kernel/tests/net/test/
H A Dsock_diag.py267 def DecodeBytecode(bytecode): argument
303 def Dump(self, diag_req, bytecode): argument
310 def DumpAllInetSockets(self, protocol, bytecode, sock_id=None, ext=0, argument
/aosp_15_r20/tools/dexter/dexter/
H A Dexperimental.cc69 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressWrapInvoke() local
181 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressEntryHook() local
229 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressExitHook() local
/aosp_15_r20/external/robolectric/utils/reflector/src/main/java/org/robolectric/util/reflector/
H A DReflector.java139 Class<T> iClass, String reflectorClassName, byte[] bytecode) { in defineViaUnsafe()
145 Class<T> iClass, String reflectorClassName, byte[] bytecode) { in defineViaNewClassLoader()
/aosp_15_r20/external/javassist/src/test/javassist/bytecode/
HDGap0Example.class ... InsertGap0.java package javassist.bytecode public final javassist.bytecode.Gap0Example extends java.lang.Object { ...
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/glyf/bytecode/
H A Ddecode.rs20 pub bytecode: &'a [u8], field
143 let bytecode = [ in real_bytecode() localVariable
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/apache/commons/commons-compress/1.21/
HDcommons-compress-1.21.jar ... apache/commons/compress/harmony/unpack200/bytecode/ org/apache/commons/compress/harmony ...

12345678910>>...17