| /external/perfetto/src/protozero/filtering/ |
| D | filter_bytecode_generator_unittest.cc | 41 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
|
| D | filter_util_unittest.cc | 46 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local 74 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local 120 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
|
| D | message_filter_unittest.cc | 65 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local 153 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local 218 std::string bytecode = filter.GenerateFilterBytecode(); in TEST() local
|
| D | filter_bytecode_parser_unittest.cc | 31 std::initializer_list<uint32_t> bytecode) { in LoadBytecode()
|
| /external/llvm-project/mlir/lib/Rewrite/ |
| D | PatternApplicator.cpp | 24 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in PatternApplicator() local 36 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel() local 105 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns() local 120 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite() local
|
| /external/javassist/src/main/javassist/expr/ |
| D | Instanceof.java | 141 Bytecode bytecode = jc.getBytecode(); in replace() local 170 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | Expr.java | 231 int regno, Bytecode bytecode) { in storeStack() 240 Bytecode bytecode) { in storeStack0() 285 protected void replace0(int pos, Bytecode bytecode, int size) in replace0()
|
| D | Cast.java | 135 Bytecode bytecode = jc.getBytecode(); in replace() local 166 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | FieldAccess.java | 220 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()
|
| D | NewExpr.java | 222 Bytecode bytecode = jc.getBytecode(); in replace() local 253 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | NewArray.java | 245 Bytecode bytecode = jc.getBytecode(); in replace2() local 273 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | MethodCall.java | 242 Bytecode bytecode = jc.getBytecode(); in replace() local
|
| /external/swiftshader/tests/fuzzers/ |
| D | VertexRoutineFuzzer.cpp | 60 FakeVS(sw::VertexShader *bytecode) in FakeVS() 75 sw::VertexShader *bytecode; member in __anond84b23b00111::FakeVS
|
| /external/javassist/src/test/javassist/bytecode/ |
| D | Gap0Example.class | ... InsertGap0.java
package javassist.bytecode
public final javassist.bytecode.Gap0Example extends java.lang.Object { ... |
| /external/oss-fuzz/projects/quickjs/ |
| D | fuzz_compile.c | 69 uint8_t* bytecode = JS_WriteObject(ctx, &bytecode_size, obj, JS_WRITE_OBJ_BYTECODE); in LLVMFuzzerTestOneInput() local
|
| /external/google-breakpad/src/processor/ |
| D | disassembler_x86.cc | 33 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
|
| /external/desugar/java/com/google/devtools/build/android/desugar/ |
| D | ClassReaderFactory.java | 44 try (InputStream bytecode = inputFileProvider.getInputStream(filename)) { in readIfKnown()
|
| D | DefaultMethodClassFixer.java | 245 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
|
| D | LambdaClassFixer.java | 218 ClassReader bytecode = in copyRewrittenLambdaMethods() local 232 ClassReader bytecode = factory.readIfKnown(implemented); in copyBridgeMethods() local
|
| /external/mesa3d/src/gallium/winsys/svga/drm/ |
| D | vmw_shader.c | 77 const uint32 *bytecode, in vmw_svga_shader_create()
|
| D | vmw_screen_svga.c | 415 const uint32 *bytecode, in vmw_svga_winsys_shader_create()
|
| /external/mesa3d/src/gallium/drivers/r600/ |
| D | r700_asm.c | 26 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/ |
| D | ttProgram.py | 213 def fromBytecode(self, bytecode): argument
|
| /external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| D | ir2_assemble.c | 359 instr_t bytecode[384], bc; in assemble() local
|
| /external/perfetto/protos/perfetto/config/ |
| D | trace_config.proto | 431 message TraceFilter { optional bytes bytecode = 1; } field
|