Home
last modified time | relevance | path

Searched refs:op_get_by_id_proto_list (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DOpcode.h105 macro(op_get_by_id_proto_list, 8) \
DCodeBlock.cpp193 case op_get_by_id_proto_list: in isPropertyAccess()
760 case op_get_by_id_proto_list: { in dump()
1387 if ((vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_proto_list)) in derefStructures()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp322 case op_get_by_id_proto_list: in privateCompileMainPass()
DJITStubs.cpp1437 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id_proto_list) in DEFINE_STUB_FUNCTION() argument
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp2171 DEFINE_OPCODE(op_get_by_id_proto_list) { in privateExecute()
2175 vPC += OPCODE_LENGTH(op_get_by_id_proto_list); in privateExecute()