OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verifyInstruction
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
281
///
verifyInstruction
- Perform target specific instruction verification.
282
bool
verifyInstruction
(const MachineInstr *MI, StringRef &ErrInfo) const;
ARMBaseInstrInfo.cpp
[
all
...]
/dalvik/vm/analysis/
CodeVerify.cpp
116
static bool
verifyInstruction
(const Method* meth, InsnFlags* insnFlags,\
[
all
...]
/external/llvm/lib/CodeGen/
MachineVerifier.cpp
804
if (!TII->
verifyInstruction
(MI, ErrorInfo))
[
all
...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java
325
verifyInstruction
(instructionToVerify);
[
all
...]
Completed in 545 milliseconds