Home
last modified time | relevance | path

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

12

/external/perfetto/src/protozero/filtering/
Dfilter_util_unittest.cc38 std::optional<std::string> bytecode = {}) { in FilterToText()
64 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
92 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
138 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
292 std::string bytecode = filter_subset.GenerateFilterBytecode(); in TEST() local
336 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
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
Dmessage_filter_unittest.cc65 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
157 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
234 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
299 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
Dfilter_bytecode_parser_unittest.cc30 std::initializer_list<uint32_t> bytecode) { in LoadBytecode()
/external/javassist/src/main/javassist/expr/
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()
DInstanceof.java141 Bytecode bytecode = jc.getBytecode(); in replace() local
170 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
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()
DCast.java135 Bytecode bytecode = jc.getBytecode(); in replace() local
166 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DNewExpr.java222 Bytecode bytecode = jc.getBytecode(); in replace() local
253 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DNewArray.java245 Bytecode bytecode = jc.getBytecode(); in replace2() local
273 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DMethodCall.java242 Bytecode bytecode = jc.getBytecode(); in replace() local
/external/robolectric/utils/reflector/src/main/java/org/robolectric/util/reflector/
DReflector.java139 Class<T> iClass, String reflectorClassName, byte[] bytecode) { in defineViaUnsafe()
145 Class<T> iClass, String reflectorClassName, byte[] bytecode) { in defineViaNewClassLoader()
/external/jazzer-api/agent/src/jmh/java/com/code_intelligence/jazzer/instrumentor/
DEdgeCoverageInstrumentation.java57 private byte[] applyInstrumentation(byte[] bytecode) { in applyInstrumentation()
/external/javassist/src/test/javassist/bytecode/
DGap0Example.class ... InsertGap0.java package javassist.bytecode public final javassist.bytecode.Gap0Example extends java.lang.Object { ...
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc33 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
/external/oss-fuzz/projects/quickjs/
Dfuzz_compile.c69 uint8_t* bytecode = JS_WriteObject(ctx, &bytecode_size, obj, JS_WRITE_OBJ_BYTECODE); in LLVMFuzzerTestOneInput() local
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_shader.c77 const uint32 *bytecode, in vmw_svga_shader_create()
Dvmw_screen_svga.c415 const uint32 *bytecode, in vmw_svga_winsys_shader_create()
/external/desugar/java/com/google/devtools/build/android/desugar/
DClassReaderFactory.java44 try (InputStream bytecode = inputFileProvider.getInputStream(filename)) { in readIfKnown()
DDefaultMethodClassFixer.java245 ClassReader bytecode; in stubMissingDefaultAndBridgeMethods() local
294 ClassReader bytecode = bootclasspath.readIfKnown(internalName); in recordInheritedMethods() local
340 ClassReader bytecode = classpath.readIfKnown(anInterface); in collectOrderedCompanionsToTriggerInterfaceClinit() local
368 ClassReader bytecode; in defaultMethodsDefined() local
DLambdaClassFixer.java218 ClassReader bytecode = in copyRewrittenLambdaMethods() local
232 ClassReader bytecode = factory.readIfKnown(implemented); in copyBridgeMethods() local
/external/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r700_bytecode_cf_vtx_build()
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py212 def fromBytecode(self, bytecode): argument
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c359 instr_t bytecode[384], bc; in assemble() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_pass.h85 class bytecode; variable

12