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.cpp195 case op_get_by_id_proto_list: in isPropertyAccess()
762 case op_get_by_id_proto_list: { in dump()
1385 if ((vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_proto_list)) in derefStructures()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp320 case op_get_by_id_proto_list: in privateCompileMainPass()
DJITStubs.cpp1284 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id_proto_list) in DEFINE_STUB_FUNCTION() argument
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp2203 DEFINE_OPCODE(op_get_by_id_proto_list) { in privateExecute()