OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPCODE_LENGTH
(Results
1 - 8
of
8
) sorted by null
/external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp
[
all
...]
/external/webkit/JavaScriptCore/jit/
JITCall.cpp
135
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_call_varargs), dst, regT1, regT0);
410
ASSERT(
OPCODE_LENGTH
(op_call) ==
OPCODE_LENGTH
(op_call_eval));
414
emitJumpSlowToHot(jump(),
OPCODE_LENGTH
(op_construct));
416
emitJumpSlowToHot(jump(),
OPCODE_LENGTH
(op_call));
701
ASSERT(
OPCODE_LENGTH
(op_call) ==
OPCODE_LENGTH
(op_call_eval));
705
emitJumpSlowToHot(jump(),
OPCODE_LENGTH
(op_construct));
707
emitJumpSlowToHot(jump(),
OPCODE_LENGTH
(op_call));
JITPropertyAccess.cpp
201
ASSERT(m_interpreter->getOpcodeID((currentInstruction +
OPCODE_LENGTH
(op_method_check))->u.opcode) == op_get_by_id);
203
currentInstruction +=
OPCODE_LENGTH
(op_method_check);
243
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_method_check), dst, regT1, regT0);
246
m_bytecodeIndex +=
OPCODE_LENGTH
(op_get_by_id);
251
currentInstruction +=
OPCODE_LENGTH
(op_method_check);
260
m_bytecodeIndex +=
OPCODE_LENGTH
(op_get_by_id);
291
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_get_by_val), dst, regT1, regT0);
373
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_get_by_id), dst, regT1, regT0);
[
all
...]
JITArithmetic.cpp
[
all
...]
JITOpcodes.cpp
399
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_mov), dst, regT1, regT0);
549
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_get_global_var), dst, regT1, regT0);
563
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_put_global_var), value, regT1, regT0);
582
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_get_scoped_var), dst, regT1, regT0);
602
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_put_scoped_var), value, regT1, regT0);
645
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_to_primitive), dst, regT1, regT0);
704
map(m_bytecodeIndex +
OPCODE_LENGTH
(op_resolve_global), dst, regT1, regT0);
[
all
...]
JIT.cpp
117
m_bytecodeIndex +=
OPCODE_LENGTH
(name); \
/external/webkit/JavaScriptCore/bytecode/
Opcode.h
188
#define
OPCODE_LENGTH
(opcode) opcode##_length
CodeBlock.cpp
[
all
...]
Completed in 346 milliseconds