HomeSort by relevance Sort by last modified time
    Searched defs:instr (Results 51 - 75 of 299) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/core/libpixelflinger/codeflinger/
mips64_disassem.c 571 u_int32_t instr; local
580 instr = *(u_int32_t *)loc;
581 return (db_disasm_insn(instr, loc, false));
mips_disassem.c 578 u_int32_t instr; local
587 instr = *(u_int32_t *)loc;
588 return (db_disasm_insn(instr, loc, false));
  /toolchain/binutils/binutils-2.25/opcodes/
m88k-dis.c 31 const INSTAB *instr; member in struct:HASHTAB
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /art/runtime/
instrumentation_test.cc 154 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); local
160 instr->ConfigureStubs(key, level);
174 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); local
179 instr->AddListener(&listener, instrumentation_event);
187 EXPECT_TRUE(HasEventListener(instr, instrumentation_event));
189 ReportEvent(instr, instrumentation_event, soa.Self(), event_method, event_obj, event_dex_pc);
196 instr->RemoveListener(&listener, instrumentation_event);
200 EXPECT_FALSE(HasEventListener(instr, instrumentation_event));
202 ReportEvent(instr, instrumentation_event, soa.Self(), event_method, event_obj, event_dex_pc);
292 static bool HasEventListener(const instrumentation::Instrumentation* instr, uint32_t event_type
395 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation(); local
457 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); local
486 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); local
504 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); local
550 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); local
569 instrumentation::Instrumentation* instr = runtime->GetInstrumentation(); local
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 298 Instrumentation instr = this.getInstrumentation(); local
314 instr.callActivityOnPause(mActivity);
329 instr.callActivityOnResume(mActivity);
  /external/emma/ant/ant14/com/vladium/emma/instr/
instrTask.java 9 package com.vladium.emma.instr;
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 9 package com.vladium.emma.instr;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
FieldProbeArrayStrategy.java 12 package org.jacoco.core.internal.instr;
MethodInstrumenter.java 12 package org.jacoco.core.internal.instr;
ProbeInserter.java 12 package org.jacoco.core.internal.instr;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DuplicateFrameEliminatorTest.java 12 package org.jacoco.core.internal.instr;
16 import org.jacoco.core.instr.MethodRecorder;
InstrSupportTest.java 12 package org.jacoco.core.internal.instr;
  /external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c 119 replace_slotN_contents(char *bundle, long long instr, int slotnum) {
120 replace_bit_field(bundle, instr, 5 + 41 * slotnum, 41);
181 long long instr; local
199 instr = slotN_contents(bundle.cbundle, slotnum);
201 memcpy(sbp->orig_value, &instr, sizeof(instr));
217 unsigned long instr; local
226 memcpy(&instr, sbp->orig_value, sizeof(instr));
228 replace_slotN_contents(bundle.cbundle, instr, slotnum)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 380 struct tgsi_full_instruction *instr = bld_base->instructions + local
383 tgsi_get_opcode_info(instr->Instruction.Opcode);
384 if (!lp_build_tgsi_inst_llvm(bld_base, instr)) {
lp_bld_type.c 413 LLVMValueRef instr; local
414 instr = LLVMGetFirstInstruction(block);
415 while (instr) {
418 instr = LLVMGetNextInstruction(instr);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c 91 const char *instr; local
97 instr = "TEX";
100 instr = "KIL";
103 instr = "TXP";
106 instr = "TXB";
109 instr = "UNKNOWN";
114 instr,
  /external/v8/src/compiler/
jump-threading.cc 78 Instruction* instr = code->InstructionAt(i); local
79 if (!instr->AreMovesRedundant()) {
83 } else if (FlagsModeField::decode(instr->opcode()) != kFlags_none) {
87 } else if (instr->IsNop()) {
91 } else if (instr->arch_opcode() == kArchJmp) {
102 fw = code->InputRpo(instr, 0);
157 Instruction* instr = code->InstructionAt(i); local
158 if (FlagsModeField::decode(instr->opcode()) == kFlags_branch) {
160 } else if (instr->arch_opcode() == kArchJmp) {
164 instr->OverwriteWithNop()
    [all...]
  /external/v8/src/crankshaft/
hydrogen-range-analysis.cc 63 HChange* instr = HChange::cast(value); local
66 Representation from = instr->value()->representation();
67 DCHECK(from.Equals(instr->from()));
69 DCHECK(instr->to().IsTagged() ||
70 instr->to().IsDouble() ||
71 instr->to().IsSmiOrInteger32());
72 PropagateMinusZeroChecks(instr->value());
108 HInstruction* instr = it.Current(); local
109 if (instr->HasRange()) instr->PoisonRange()
224 HUnaryMathOperation* instr = HUnaryMathOperation::cast(value); local
238 HChange* instr = HChange::cast(value); local
246 HForceRepresentation* instr = HForceRepresentation::cast(value); local
249 HMod* instr = HMod::cast(value); local
255 HBinaryOperation* instr = HBinaryOperation::cast(value); local
262 HMathFloorOfDiv* instr = HMathFloorOfDiv::cast(value); local
265 HBinaryOperation* instr = HBinaryOperation::cast(value); local
272 HMathMinMax* instr = HMathMinMax::cast(value); local
    [all...]
  /external/valgrind/callgrind/
callstack.c 239 UInt instr = from->bb->jmp[jmp].instr; local
241 from->bb->instr[instr].instr_offset +
242 from->bb->instr[instr].instr_size;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord

Completed in 2861 milliseconds

1 23 4 5 6 7 8 91011>>