HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 126 - 150 of 519) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/chromium_org/v8/src/arm/
constants-arm.h 48 inline int DecodeConstantPoolLength(int instr) {
49 ASSERT((instr & kConstantPoolMarkerMask) == kConstantPoolMarker);
50 return ((instr >> 4) & 0xfff0) | (instr & 0xf);
78 // General constants are in an anonymous enum in class Instr.
143 // Instr is merely used by the Assembler to distinguish 32bit integers
147 typedef int32_t Instr;
438 extern const Instr kPopInstruction;
442 extern const Instr kPushRegPattern;
446 extern const Instr kPopRegPattern
    [all...]
  /external/v8/src/
hydrogen.cc 106 void HBasicBlock::AddInstruction(HInstruction* instr) {
108 ASSERT(!instr->IsLinked());
115 instr->InsertAfter(last_);
116 last_ = instr;
126 HDeoptimize* instr = new(zone()) HDeoptimize(environment->length()); local
129 instr->AddEnvironmentValue(val);
132 return instr;
145 HSimulate* instr = new(zone()) HSimulate(ast_id, pop_count); local
147 instr->AddPushedValue(environment->ExpressionStackAt(i));
151 instr->AddAssignedValue(index, environment->Lookup(index))
174 HGoto* instr = new(zone()) HGoto(block); local
188 HGoto* instr = new(zone()) HGoto(target); local
735 HInstruction* instr = blocks()->at(i)->first(); local
1038 HInstruction* instr = block->first(); local
1346 HInstruction* instr = dominator->first(); local
1483 HInstruction* instr = block->first(); local
1546 HInstruction* instr = block->first(); local
1674 HInstruction* instr = block->first(); local
2500 HReturn* instr = new(zone()) HReturn(graph()->GetConstantUndefined()); local
2581 HInstruction* instr = blocks()->at(i)->first(); local
3488 HFunctionLiteral* instr = local
3587 HConstant* instr = local
3604 HLoadGlobalCell* instr = local
3611 HLoadGlobalGeneric* instr = local
3635 HLoadContextSlot* instr = new(zone()) HLoadContextSlot(context, variable); local
3649 HConstant* instr = local
3661 HRegExpLiteral* instr = new(zone()) HRegExpLiteral(context, local
4057 HInstruction* instr = local
4075 HInstruction* instr = BuildStoreNamedGeneric(object, name, value); local
4113 HInstruction* instr = NULL; local
4176 HInstruction* instr = local
4185 HStoreGlobalGeneric* instr = local
4267 HStoreContextSlot* instr = local
4304 HInstruction* instr = BuildBinaryOperation(operation, left, right); local
4336 HInstruction* instr = BuildBinaryOperation(operation, left, right); local
4469 HStoreContextSlot* instr = new(zone()) HStoreContextSlot( local
4499 HThrow* instr = new(zone()) HThrow(context, value); local
4756 HInstruction* instr = NULL; local
4896 HInstruction* instr = NULL; local
4985 HInstruction* instr = NULL; local
6154 HDeleteProperty* instr = new(zone()) HDeleteProperty(context, obj, key); local
6190 HInstruction* instr = new(zone()) HTypeof(context, value); local
6199 HInstruction* instr = local
6209 HInstruction* instr = local
6232 HInstruction* instr = new(zone()) HBitNot(value); local
6307 HInstruction* instr = new(zone()) HAdd(context, Top(), delta); local
6380 HStoreContextSlot* instr = local
6494 HInstruction* instr = NULL; local
6689 HInstruction* instr = BuildBinaryOperation(expr, left, right); local
6729 HTypeofIsAndBranch* instr = new(zone()) HTypeofIsAndBranch(value, check); local
6807 HClassOfTestAndBranch* instr = local
6960 HIsNilAndBranch* instr = new(zone()) HIsNilAndBranch(value, kind, nil); local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
alternative_32.h 26 u8 *instr; member in struct:alt_instr
  /bionic/libc/kernel/common/linux/mtd/
nftl.h 52 struct erase_info instr; member in struct:NFTLrecord
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /development/ndk/platforms/android-9/arch-x86/include/asm/
alternative_32.h 26 u8 *instr; member in struct:alt_instr
  /external/kernel-headers/original/linux/mtd/
nftl.h 39 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
asoundlib.h 60 #include <alsa/instr.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
asoundlib.h 60 #include <alsa/instr.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
asoundlib.h 60 #include <alsa/instr.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
alternative_32.h 20 u8 *instr; member in struct:alt_instr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
alternative_32.h 20 u8 *instr; member in struct:alt_instr
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
alternative_32.h 20 u8 *instr; member in struct:alt_instr
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
alternative_32.h 20 u8 *instr; member in struct:alt_instr

Completed in 2220 milliseconds

1 2 3 4 56 7 8 91011>>