Searched refs:flags (Results 51 - 75 of 93) sorted by relevance

1234

/dalvik/vm/mterp/armv5te/
H A DOP_INVOKE_STATIC.S30 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
H A DOP_INVOKE_SUPER.S49 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
/dalvik/vm/mterp/mips/
H A DOP_INVOKE_STATIC.S29 JAL(dvmResolveMethod) # v0 <- call(clazz, ref, flags)
H A DOP_INVOKE_SUPER.S30 JAL(dvmResolveMethod) # v0 <- call(clazz, ref, flags)
/dalvik/vm/mterp/x86/
H A DOP_INVOKE_SUPER.S56 call dvmResolveMethod # eax<- call(clazz, ref, flags)
H A DOP_NEW_ARRAY.S57 call dvmAllocArrayByClass # eax<- call(clazz,length,flags)
H A DOP_EXECUTE_INLINE.S18 movl offThread_subMode(%ecx), %edx # edx<- submode flags
H A DOP_NEW_INSTANCE.S101 call dvmResolveClass # call(clazz,off,flags)
/dalvik/vm/interp/
H A DInterp.cpp1298 VerifyErrorRefType refType, int flags)
1313 if (flags == 0) {
1318 if ((flags & kThrowShow_accessFromClass) != 0) {
1328 VerifyErrorRefType refType, int flags)
1342 if ((flags & kThrowShow_accessFromClass) != 0) {
1353 VerifyErrorRefType refType, int flags)
1367 if ((flags & kThrowShow_accessFromClass) != 0) {
1728 int flags; local
1729 flags = dexGetFlagsFromOpcode(dexOpcodeFromCodeUnit(*pc));
1730 if (flags
1297 classNameFromIndex(const Method* method, int ref, VerifyErrorRefType refType, int flags) argument
1327 fieldNameFromIndex(const Method* method, int ref, VerifyErrorRefType refType, int flags) argument
1352 methodNameFromIndex(const Method* method, int ref, VerifyErrorRefType refType, int flags) argument
[all...]
H A DJit.cpp783 int flags, len; local
826 flags = dexGetFlagsFromOpcode(decInsn.opcode);
852 int needReservedRun = (flags & kInstrInvoke) ? 1 : 0;
861 if (!dexIsGoto(flags) &&
862 ((flags & (kInstrCanBranch |
878 if (flags & kInstrInvoke) {
891 if ((flags & kInstrCanReturn) != kInstrCanReturn) {
984 * If we're done with trace selection, switch off the control flags.
1150 * the proper flags in interpBreak and return. Trace selection will
/dalvik/vm/jdwp/
H A DJdwpAdb.cpp432 u1 flags, cmdSet, cmd; local
441 flags = read1(&buf);
442 if ((flags & kJDWPFlagReply) != 0) {
/dalvik/dexdump/
H A DDexDump.cpp250 * Create a new string with human-readable access flags.
255 static char* createAccessFlagStr(u4 flags, AccessFor forWhat) argument
333 count = countOnes(flags);
337 if (flags & 0x01) {
346 flags >>= 1;
414 printf("flags : %08x\n", pOptHeader->flags);
1447 printf(" Access flags : 0x%04x (%s)\n",
1793 int flags = kDexParseVerifyChecksum; local
1795 flags |
[all...]
/dalvik/vm/alloc/
H A DHeap.cpp339 void* dvmMalloc(size_t size, int flags) argument
382 if ((flags & ALLOC_DONT_TRACK) == 0) {
H A DCopying.cpp261 int flags = MAP_PRIVATE | MAP_ANONYMOUS; local
263 void *addr = mmap(NULL, length, prot, flags, -1, 0);
939 int flags;
941 flags = CLASS_ISREFERENCE |
944 return GET_CLASS_FLAG_GROUP(obj->clazz, flags);
/dalvik/vm/compiler/
H A DInlineTransformation.cpp318 int flags = (int)dexGetFlagsFromOpcode(opcode); local
321 if ((flags & kInstrInvoke) == 0)
H A DDataflow.cpp28 * TODO - many optimization flags are incomplete - they will only limit the
827 int flags; local
838 flags = 0;
841 flags = dexGetFlagsFromOpcode(insn->opcode);
848 if (flags & kInstrCanBranch) {
931 OpcodeFlags flags; local
954 flags = dexGetFlagsFromOpcode((Opcode)opcode);
956 if (flags & kInstrCanBranch) {
/dalvik/vm/
H A DProfile.cpp505 int flags, bool directToDdms, bool samplingEnabled, int intervalUs)
557 state->flags = flags;
558 if ((flags & TRACE_ALLOC_COUNTS) != 0)
598 * interpBreak flags only on the target thread.
752 if ((state->flags & TRACE_ALLOC_COUNTS) != 0)
844 if ((state->flags & TRACE_ALLOC_COUNTS) != 0) {
504 dvmMethodTraceStart(const char* traceFileName, int traceFd, int bufferSize, int flags, bool directToDdms, bool samplingEnabled, int intervalUs) argument
H A DCheckJni.cpp208 explicit ScopedCheck(JNIEnv* env, int flags, const char* functionName) { argument
209 init(env, flags, functionName, true);
210 checkThread(flags);
720 void init(JNIEnv* env, int flags, const char* functionName, bool hasMethod) { argument
722 mFlags = flags;
837 void checkThread(int flags) { argument
878 switch (flags & kFlag_CritMask) {
909 if ((flags & kFlag_ExcepOkay) == 0 && dvmCheckException(dvmThreadSelf())) {
1324 #define CHECK_JNI_ENTRY(flags, types, args...) \
1325 ScopedCheck sc(env, flags, __FUNCTION_
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DArmLIR.h82 /* Mask to strip off fp flags */
646 /* Bit flags describing the behavior of each native opcode */
738 int flags; member in struct:ArmEncodingMap
775 } flags; member in struct:ArmLIR
/dalvik/vm/compiler/codegen/mips/
H A DMipsLIR.h83 /* Mask to strip off fp flags */
490 /* Bit flags describing the behavior of each native opcode */
576 int flags; member in struct:MipsEncodingMap
613 } flags; member in struct:MipsLIR
H A DAssemble.cpp45 k3, k3s, k3e, flags, name, fmt, size) \
47 {k3, k3s, k3e}}, opcode, flags, name, fmt, size}
448 if (lir->flags.isNop) {
760 if (mipsLIR->opcode >= 0 && !mipsLIR->flags.isNop) {
761 mipsLIR->flags.size = EncodingMap[mipsLIR->opcode].size * 2;
762 offset += mipsLIR->flags.size;
/dalvik/libdex/
H A DDexFile.h97 * access flags and masks; the "standard" ones are all <= 0x4000
484 u4 flags; /* some info flags */ member in struct:DexOptHeader
541 DexFile* dexFileParse(const u1* data, size_t length, int flags);
543 /* bit values for "flags" argument to dexFileParse */
/dalvik/vm/native/
H A Djava_lang_Class.cpp327 * Return the class' modifier flags. If "ignoreInnerClassesAttrib" is false,
328 * and this is an inner class, we return the access flags from the inner class
340 /* see if we have an InnerClass annotation with flags in it */
750 int flags; local
752 if (dvmGetInnerClass(clazz, &nameObj, &flags)) {
/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_base.h269 unsigned flags;
H A Denc_prvt.h312 * @defgroup MF_ Mnemonic flags
320 * Operation affects flags
324 * Operation uses flags - conditional operations, ADC/SBB/ETC
358 unsigned flags; member in struct:MnemonicInfo

Completed in 384 milliseconds

1234