OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opcodeLength
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/bytecode/
Opcode.h
262
inline size_t
opcodeLength
(OpcodeID opcode)
/external/javassist/src/main/javassist/bytecode/
CodeIterator.java
717
private static final int
opcodeLength
[] = {
747
int len =
opcodeLength
[opcode];
[
all
...]
Completed in 186 milliseconds