OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isInvoke
(Results
1 - 3
of
3
) sorted by null
/libcore/dalvik/src/main/java/dalvik/bytecode/
OpcodeInfo.java
80
public static native boolean
isInvoke
(int packedOpcode);
/external/llvm/include/llvm/Support/
CallSite.h
75
///
isInvoke
- true if a InvokeInst is enclosed.
77
bool
isInvoke
() const { return getInstruction() && !I.getInt(); }
/dalvik/vm/compiler/
Frontend.cpp
65
unsigned int *target, bool *
isInvoke
,
83
*
isInvoke
= true;
95
*
isInvoke
= true;
107
*
isInvoke
= true;
119
*
isInvoke
= true;
130
*
isInvoke
= true;
[
all
...]
Completed in 376 milliseconds