HomeSort by relevance Sort by last modified time
    Searched defs:function (Results 526 - 550 of 792) sorted by null

<<21222324252627282930>>

  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 525 LOperand* function,
528 inputs_[1] = function;
533 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
543 LApplyArguments(LOperand* function,
547 inputs_[0] = function;
553 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1554 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1722 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1781 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1839 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1861 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1907 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
2614 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LAllocateBlockContext
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 244 function()->PrintTo(stream);
261 function()->PrintTo(stream);
274 function()->PrintTo(stream);
303 function()->PrintTo(stream);
729 // We call a C function for double modulo. It can't trigger a GC. We need
997 LOperand* function = UseRegisterAtStart(instr->function()); local
998 LWrapReceiver* result = new(zone()) LWrapReceiver(receiver, function);
1004 LOperand* function = UseFixed(instr->function(), a1) local
1028 LOperand* function = UseRegister(store_code_entry->function()); local
1069 LOperand* function = UseFixed(instr->function(), a1); local
1106 LOperand* function = UseFixed(instr->function(), a1); local
1229 LOperand* function = UseFixed(instr->function(), a1); local
2577 LOperand* function = UseRegisterAtStart(instr->function()); local
    [all...]
lithium-mips.h 526 LWrapReceiver(LOperand* receiver, LOperand* function) {
528 inputs_[1] = function;
535 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
541 LApplyArguments(LOperand* function,
545 inputs_[0] = function;
553 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1532 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1683 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1742 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1804 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1826 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1872 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
2586 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LAllocateBlockContext
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 244 function()->PrintTo(stream);
261 function()->PrintTo(stream);
274 function()->PrintTo(stream);
303 function()->PrintTo(stream);
729 // We call a C function for double modulo. It can't trigger a GC. We need
997 LOperand* function = UseRegisterAtStart(instr->function()); local
998 LWrapReceiver* result = new(zone()) LWrapReceiver(receiver, function);
1004 LOperand* function = UseFixed(instr->function(), a1) local
1028 LOperand* function = UseRegister(store_code_entry->function()); local
1069 LOperand* function = UseFixed(instr->function(), a1); local
1106 LOperand* function = UseFixed(instr->function(), a1); local
1229 LOperand* function = UseFixed(instr->function(), a1); local
2581 LOperand* function = UseRegisterAtStart(instr->function()); local
    [all...]
lithium-mips64.h 529 LWrapReceiver(LOperand* receiver, LOperand* function) {
531 inputs_[1] = function;
538 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
544 LApplyArguments(LOperand* function,
548 inputs_[0] = function;
556 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1594 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1745 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1804 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1866 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1888 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1934 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
2632 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LAllocateBlockContext
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 250 function()->PrintTo(stream);
267 function()->PrintTo(stream);
280 function()->PrintTo(stream);
309 function()->PrintTo(stream);
733 // We call a C function for double modulo. It can't trigger a GC. We need
1006 LOperand* function = UseRegisterAtStart(instr->function()); local
1007 LWrapReceiver* result = new (zone()) LWrapReceiver(receiver, function);
1013 LOperand* function = UseFixed(instr->function(), r4) local
1035 LOperand* function = UseRegister(store_code_entry->function()); local
1074 LOperand* function = UseFixed(instr->function(), r4); local
1110 LOperand* function = UseFixed(instr->function(), r4); local
1230 LOperand* function = UseFixed(instr->function(), r4); local
2581 LOperand* function = UseRegisterAtStart(instr->function()); local
    [all...]
lithium-ppc.h 519 LWrapReceiver(LOperand* receiver, LOperand* function) {
521 inputs_[1] = function;
528 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
534 LApplyArguments(LOperand* function, LOperand* receiver, LOperand* length,
536 inputs_[0] = function;
544 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1511 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1656 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1711 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1773 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1795 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1839 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
2511 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LAllocateBlockContext
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 250 function()->PrintTo(stream);
267 function()->PrintTo(stream);
280 function()->PrintTo(stream);
309 function()->PrintTo(stream);
1014 LOperand* function = UseRegisterAtStart(instr->function()); local
1015 LWrapReceiver* result = new(zone()) LWrapReceiver(receiver, function);
1021 LOperand* function = UseFixed(instr->function(), rdi); local
1025 LApplyArguments* result = new(zone()) LApplyArguments(function,
1045 LOperand* function = UseRegister(store_code_entry->function()); local
1086 LOperand* function = UseFixed(instr->function(), rdi); local
1123 LOperand* function = UseFixed(instr->function(), rdi); local
1239 LOperand* function = UseFixed(instr->function(), rdi); local
2675 LOperand* function = UseRegisterAtStart(instr->function()); local
    [all...]
lithium-x64.h 533 LWrapReceiver(LOperand* receiver, LOperand* function) {
535 inputs_[1] = function;
539 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
548 LApplyArguments(LOperand* function,
552 inputs_[0] = function;
558 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1551 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1712 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1771 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1829 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1854 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1897 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
2598 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LAllocateBlockContext
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 267 function()->PrintTo(stream);
284 function()->PrintTo(stream);
297 function()->PrintTo(stream);
328 function()->PrintTo(stream);
1049 LOperand* function = UseRegister(instr->function()); local
1052 new(zone()) LWrapReceiver(receiver, function, temp);
1058 LOperand* function = UseFixed(instr->function(), edi); local
1062 LApplyArguments* result = new(zone()) LApplyArguments(function,
1082 LOperand* function = UseRegister(store_code_entry->function()); local
1123 LOperand* function = UseFixed(instr->function(), edi); local
1159 LOperand* function = UseFixed(instr->function(), edi); local
1268 LOperand* function = UseFixed(instr->function(), edi); local
2690 LOperand* function = UseRegisterAtStart(instr->function()); local
    [all...]
lithium-x87.h 541 LOperand* function,
544 inputs_[1] = function;
549 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
559 LApplyArguments(LOperand* function,
563 inputs_[0] = function;
569 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1562 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1730 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1789 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1847 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1869 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1915 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
2628 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LAllocateBlockContext
    [all...]
  /external/v8/src/debug/
liveedit.cc 720 // Saves only function code, because for a script function we
731 // Saves full information about a function: its code, its scope info
968 // Patch function literals.
1006 // Iterates all function instances in the HEAP that refers to the
1015 JSFunction* function = JSFunction::cast(obj); local
    [all...]
  /external/v8/src/
deoptimizer.cc 64 // Search all deoptimizing code in the native context of the function.
78 // We rely on this function not causing a GC. It is called from generated code
80 Deoptimizer* Deoptimizer::New(JSFunction* function,
87 function,
145 // Get the function and code from the frame.
146 JSFunction* function = frame->function(); local
156 // delta adding two for the function and context.
165 function,
244 JSFunction* function = JSFunction::cast(element) local
336 JSFunction* function = local
823 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue()); local
1042 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue()); local
1257 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue()); local
1365 JSFunction* function = JSFunction::cast(value_iterator->GetRawValue()); local
3416 Handle<JSFunction> function = local
3595 Handle<JSFunction> function = local
3682 Object* const function = frames_[0].front().GetRawValue(); local
    [all...]
factory.cc 18 // Calls the FUNCTION_CALL function and retries it up to three times
750 Handle<Context> Factory::NewScriptContext(Handle<JSFunction> function,
756 context->set_closure(*function);
757 context->set_previous(function->context());
759 context->set_native_context(function->native_context());
787 Handle<JSFunction> function) {
792 context->set_closure(*function);
793 context->set_previous(function->context());
795 context->set_native_context(function->native_context());
800 Handle<Context> Factory::NewCatchContext(Handle<JSFunction> function,
1201 Handle<JSFunction> function = New<JSFunction>(map, space); local
1278 Handle<JSFunction> function = local
1289 constructor_string(), function, DONT_ENUM); local
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 88 // Generate code for a JS function. On entry to the function the receiver
91 // function.
94 // o r1: the JS function object being called (i.e., ourselves)
102 // The function builds a JS frame. Please see JavaScriptFrameConstants in
109 Comment cmnt(masm_, "[ function compiled by full code generator");
177 // Argument to NewContext is the function, which is still in r1.
238 // Register holding this function and new target are both trashed in case we
243 // Possibly set up a local binding to the this function which is used in
247 Comment cmnt(masm_, "[ This function");
873 Handle<SharedFunctionInfo> function = local
3346 Label done, null, function, non_function_constructor; local
4066 const Runtime::Function* function = expr->function(); local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 79 // Generate code for a JS function. On entry to the function the receiver
82 // formal parameter count expected by the function.
85 // o edi: the JS function object being called (i.e. ourselves)
91 // The function builds a JS frame. Please see JavaScriptFrameConstants in
98 Comment cmnt(masm_, "[ function compiled by full code generator");
172 // Argument to NewContext is the function, which is still in edi.
233 // Register holding this function and new target are both trashed in case we
238 // Possibly set up a local binding to the this function which is used in
242 Comment cmnt(masm_, "[ This function");
814 Handle<SharedFunctionInfo> function = local
3226 Label done, null, function, non_function_constructor; local
3985 const Runtime::Function* function = expr->function(); local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 10 // by the ABI to contain function return values. However, the first
11 // parameter to a function is defined to be 'a0'. So there are many
97 // Generate code for a JS function. On entry to the function the receiver
100 // function.
103 // o a1: the JS function object being called (i.e. ourselves)
110 // The function builds a JS frame. Please see JavaScriptFrameConstants in
117 Comment cmnt(masm_, "[ function compiled by full code generator");
188 // Argument to NewContext is the function, which is still in a1.
248 // Register holding this function and new target are both trashed in case w
870 Handle<SharedFunctionInfo> function = local
3341 Label done, null, function, non_function_constructor; local
4072 const Runtime::Function* function = expr->function(); local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 10 // by the ABI to contain function return values. However, the first
11 // parameter to a function is defined to be 'a0'. So there are many
97 // Generate code for a JS function. On entry to the function the receiver
100 // function.
103 // o a1: the JS function object being called (i.e. ourselves)
110 // The function builds a JS frame. Please see JavaScriptFrameConstants in
117 Comment cmnt(masm_, "[ function compiled by full code generator");
187 // Argument to NewContext is the function, which is still in a1.
247 // Register holding this function and new target are both trashed in case w
869 Handle<SharedFunctionInfo> function = local
3346 Label done, null, function, non_function_constructor; local
4079 const Runtime::Function* function = expr->function(); local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 85 // Generate code for a JS function. On entry to the function the receiver
88 // function.
91 // o r4: the JS function object being called (i.e., ourselves)
97 // o ip: our own function entry (required by the prologue)
99 // The function builds a JS frame. Please see JavaScriptFrameConstants in
106 Comment cmnt(masm_, "[ function compiled by full code generator");
133 // corresponding offset from the function entry.
182 // Argument to NewContext is the function, which is still in r4.
243 // Register holding this function and new target are both trashed in case w
834 Handle<SharedFunctionInfo> function = local
3345 Label done, null, function, non_function_constructor; local
4074 const Runtime::Function* function = expr->function(); local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 79 // Generate code for a JS function. On entry to the function the receiver
82 // formal parameter count expected by the function.
85 // o edi: the JS function object being called (i.e. ourselves)
91 // The function builds a JS frame. Please see JavaScriptFrameConstants in
98 Comment cmnt(masm_, "[ function compiled by full code generator");
172 // Argument to NewContext is the function, which is still in edi.
230 // Register holding this function and new target are both trashed in case we
235 // Possibly set up a local binding to the this function which is used in
239 Comment cmnt(masm_, "[ This function");
810 Handle<SharedFunctionInfo> function = local
3218 Label done, null, function, non_function_constructor; local
3977 const Runtime::Function* function = expr->function(); local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 4560 const Runtime::Function* function = Runtime::FunctionForId(fid); local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 1379 Register const function = r3; \/\/ Function (rhs). local
    [all...]
macro-assembler-ppc.cc 929 // function.
2322 const Runtime::Function* function = Runtime::FunctionForId(fid); local
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 214 "function foo(a) { return function nolazy(b) { return a + b; } }"
215 "function bar(a) { if (a) return function lazy(b) { return b; } }"
223 "var f = a => function (b) { return a + b; };"
253 // This tests that we actually do use the function data generated by the
267 "function this_is_lazy() { var a; } function foo() { return 25; } foo();",
271 // Insert a syntax error inside the lazy function.
273 "function this_is_lazy() { if ( } function foo() { return 25; } foo();"
1424 i::FunctionLiteral* function; local
1573 i::FunctionLiteral* function; local
    [all...]
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 695 /* Get mask field (helper function for wrdsp instruction). */
701 /* Get mask field (helper function for rddsp instruction). */
707 /* Get shift field (helper function for DSP ASE instructions). */
726 UInt function = get_function(cins); local
755 if (opcode == 0x00 && function == 0x09) {
760 if (opcode == 0x00 && function == 0x08) {
792 UInt function = get_function(cins); local
810 if (opcode == 0x00 && function == 0x09) {
1021 /* Get value from accumulator (helper function for MIPS32 DSP ASE instructions).
1022 This function should be called before any other operation if widenin
2722 UInt opcode, rs, rt, rd, sa, function, ac, ac_mfhilo, rddsp_mask, local
12034 UInt opcode, cins, rs, rt, rd, sa, ft, fs, fd, fmt, tf, nd, function, local
    [all...]

Completed in 1015 milliseconds

<<21222324252627282930>>