Searched refs:CallStubCompiler (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/src/
H A Dstub-cache.cc290 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
299 if (CallStubCompiler::CanBeCached(function)) {
332 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
370 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
397 CallStubCompiler compiler(isolate(), argc, kind, extra_state);
404 if (CallStubCompiler::CanBeCached(function)) {
1134 CallKind CallStubCompiler::call_kind() {
1141 void CallStubCompiler::HandlerFrontendFooter(Label* miss) {
1147 void CallStubCompiler::GenerateJumpFunctionIgnoreReceiver(
1155 void CallStubCompiler
1751 CallStubCompiler::CallStubCompiler(Isolate* isolate, function in class:v8::internal::CallStubCompiler
[all...]
H A Dstub-cache.h900 class CallStubCompiler: public StubCompiler { class in namespace:v8::internal
902 CallStubCompiler(Isolate* isolate,
H A Dhydrogen.cc7677 if (CallStubCompiler::HasCustomCallGenerator(expr->target()) ||
7751 if (CallStubCompiler::HasCustomCallGenerator(expr->target())) {
/external/chromium_org/v8/src/arm/
H A Dstub-cache-arm.cc928 CallInterceptorCompiler(CallStubCompiler* stub_compiler,
1110 CallStubCompiler* stub_compiler_;
1504 void CallStubCompiler::GenerateNameCheck(Handle<Name> name, Label* miss) {
1512 void CallStubCompiler::GenerateFunctionCheck(Register function,
1521 void CallStubCompiler::GenerateLoadFunctionFromCell(
1549 void CallStubCompiler::GenerateMissBranch() {
1558 Handle<Code> CallStubCompiler::CompileCallField(Handle<JSObject> object,
1577 Handle<Code> CallStubCompiler::CompileArrayCodeCall(
1610 Handle<Code> CallStubCompiler::CompileArrayPushCall(
1855 Handle<Code> CallStubCompiler
[all...]
/external/chromium_org/v8/src/ia32/
H A Dstub-cache-ia32.cc648 CallInterceptorCompiler(CallStubCompiler* stub_compiler,
829 CallStubCompiler* stub_compiler_;
1592 void CallStubCompiler::GenerateNameCheck(Handle<Name> name, Label* miss) {
1600 void CallStubCompiler::GenerateFunctionCheck(Register function,
1609 void CallStubCompiler::GenerateLoadFunctionFromCell(
1640 void CallStubCompiler::GenerateMissBranch() {
1649 Handle<Code> CallStubCompiler::CompileCallField(Handle<JSObject> object,
1670 Handle<Code> CallStubCompiler::CompileArrayCodeCall(
1703 Handle<Code> CallStubCompiler::CompileArrayPushCall(
1948 Handle<Code> CallStubCompiler
[all...]
/external/chromium_org/v8/src/mips/
H A Dstub-cache-mips.cc916 CallInterceptorCompiler(CallStubCompiler* stub_compiler,
1097 CallStubCompiler* stub_compiler_;
1491 void CallStubCompiler::GenerateNameCheck(Handle<Name> name, Label* miss) {
1498 void CallStubCompiler::GenerateFunctionCheck(Register function,
1507 void CallStubCompiler::GenerateLoadFunctionFromCell(
1534 void CallStubCompiler::GenerateMissBranch() {
1543 Handle<Code> CallStubCompiler::CompileCallField(Handle<JSObject> object,
1562 Handle<Code> CallStubCompiler::CompileArrayCodeCall(
1595 Handle<Code> CallStubCompiler::CompileArrayPushCall(
1839 Handle<Code> CallStubCompiler
[all...]
/external/chromium_org/v8/src/x64/
H A Dstub-cache-x64.cc640 CallInterceptorCompiler(CallStubCompiler* stub_compiler,
822 CallStubCompiler* stub_compiler_;
1529 void CallStubCompiler::GenerateNameCheck(Handle<Name> name, Label* miss) {
1537 void CallStubCompiler::GenerateFunctionCheck(Register function,
1546 void CallStubCompiler::GenerateLoadFunctionFromCell(
1573 void CallStubCompiler::GenerateMissBranch() {
1582 Handle<Code> CallStubCompiler::CompileCallField(Handle<JSObject> object,
1602 Handle<Code> CallStubCompiler::CompileArrayCodeCall(
1635 Handle<Code> CallStubCompiler::CompileArrayPushCall(
1876 Handle<Code> CallStubCompiler
[all...]
/external/v8/src/
H A Dstub-cache.cc568 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
606 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
643 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
673 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
1374 CallStubCompiler::CallStubCompiler(Isolate* isolate, function in class:v8::internal::CallStubCompiler
1387 bool CallStubCompiler::HasCustomCallGenerator(Handle<JSFunction> function) {
1400 Handle<Code> CallStubCompiler::CompileCustomCall(
1412 return CallStubCompiler::Compile##name##Call(object, \
1432 Handle<Code> CallStubCompiler
[all...]
H A Dstub-cache.h753 class CallStubCompiler: public StubCompiler { class in namespace:v8::internal
755 CallStubCompiler(Isolate* isolate,
H A Dhydrogen.cc5861 if (CallStubCompiler::HasCustomCallGenerator(expr->target()) ||
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc1244 void CallStubCompiler::GenerateNameCheck(Handle<String> name, Label* miss) {
1252 void CallStubCompiler::GenerateGlobalReceiverCheck(Handle<JSObject> object,
1271 void CallStubCompiler::GenerateLoadFunctionFromCell(
1304 void CallStubCompiler::GenerateMissBranch() {
1313 Handle<Code> CallStubCompiler::CompileCallField(Handle<JSObject> object,
1369 Handle<Code> CallStubCompiler::CompileArrayPushCall(
1576 Handle<Code> CallStubCompiler::CompileArrayPopCall(
1658 Handle<Code> CallStubCompiler::CompileStringCharCodeAtCall(
1741 Handle<Code> CallStubCompiler::CompileStringCharAtCall(
1826 Handle<Code> CallStubCompiler
[all...]
/external/v8/src/x64/
H A Dstub-cache-x64.cc1216 void CallStubCompiler::GenerateNameCheck(Handle<String> name, Label* miss) {
1224 void CallStubCompiler::GenerateGlobalReceiverCheck(Handle<JSObject> object,
1243 void CallStubCompiler::GenerateLoadFunctionFromCell(
1272 void CallStubCompiler::GenerateMissBranch() {
1281 Handle<Code> CallStubCompiler::CompileCallField(Handle<JSObject> object,
1339 Handle<Code> CallStubCompiler::CompileArrayPushCall(
1539 Handle<Code> CallStubCompiler::CompileArrayPopCall(
1620 Handle<Code> CallStubCompiler::CompileStringCharCodeAtCall(
1699 Handle<Code> CallStubCompiler::CompileStringCharAtCall(
1778 Handle<Code> CallStubCompiler
[all...]
/external/v8/src/arm/
H A Dstub-cache-arm.cc1379 void CallStubCompiler::GenerateNameCheck(Handle<String> name, Label* miss) {
1387 void CallStubCompiler::GenerateGlobalReceiverCheck(Handle<JSObject> object,
1405 void CallStubCompiler::GenerateLoadFunctionFromCell(
1435 void CallStubCompiler::GenerateMissBranch() {
1444 Handle<Code> CallStubCompiler::CompileCallField(Handle<JSObject> object,
1478 Handle<Code> CallStubCompiler::CompileArrayPushCall(
1688 Handle<Code> CallStubCompiler::CompileArrayPopCall(
1774 Handle<Code> CallStubCompiler::CompileStringCharCodeAtCall(
1855 Handle<Code> CallStubCompiler::CompileStringCharAtCall(
1937 Handle<Code> CallStubCompiler
[all...]
/external/v8/src/mips/
H A Dstub-cache-mips.cc1379 void CallStubCompiler::GenerateNameCheck(Handle<String> name, Label* miss) {
1386 void CallStubCompiler::GenerateGlobalReceiverCheck(Handle<JSObject> object,
1404 void CallStubCompiler::GenerateLoadFunctionFromCell(
1433 void CallStubCompiler::GenerateMissBranch() {
1442 Handle<Code> CallStubCompiler::CompileCallField(Handle<JSObject> object,
1476 Handle<Code> CallStubCompiler::CompileArrayPushCall(
1686 Handle<Code> CallStubCompiler::CompileArrayPopCall(
1772 Handle<Code> CallStubCompiler::CompileStringCharCodeAtCall(
1855 Handle<Code> CallStubCompiler::CompileStringCharAtCall(
1937 Handle<Code> CallStubCompiler
[all...]

Completed in 291 milliseconds