Searched defs:EncodedJSValue (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 1258 DEFINE_STUB_FUNCTION(EncodedJSValue, op_create_this) in DEFINE_STUB_FUNCTION() argument 1280 DEFINE_STUB_FUNCTION(EncodedJSValue, op_convert_this) in DEFINE_STUB_FUNCTION() argument 1292 DEFINE_STUB_FUNCTION(EncodedJSValue, op_convert_this_strict) in DEFINE_STUB_FUNCTION() argument 1304 DEFINE_STUB_FUNCTION(EncodedJSValue, op_add) in DEFINE_STUB_FUNCTION() argument 1330 DEFINE_STUB_FUNCTION(EncodedJSValue, op_pre_inc) in DEFINE_STUB_FUNCTION() argument 1415 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id_generic) in DEFINE_STUB_FUNCTION() argument 1511 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id_method_check) in DEFINE_STUB_FUNCTION() argument 1584 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id) in DEFINE_STUB_FUNCTION() argument 1605 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id_self_fail) in DEFINE_STUB_FUNCTION() argument 1681 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id_getter_stub) in DEFINE_STUB_FUNCTION() argument [all …]
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSValue.h | 60 typedef int64_t EncodedJSValue; typedef 62 typedef void* EncodedJSValue; typedef
|