HomeSort by relevance Sort by last modified time
    Searched refs:FUNCTION (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /external/sqlite/dist/orig/
sqlite3.c 220 ** presents to client programs. If a C-function, structure, datatype,
344 ** macro. ^The sqlite3_libversion() function returns a pointer to the
346 ** function is provided for use in DLLs since DLL users usually do not have
348 ** sqlite3_libversion_number() function returns an integer equal to
349 ** [SQLITE_VERSION_NUMBER]. ^The sqlite3_sourceid() function returns
363 ** ^The sqlite3_compileoption_used() function returns 0 or 1
368 ** ^The sqlite3_compileoption_get() function allows iterating
390 ** ^The sqlite3_threadsafe() function returns zero if and only if
416 ** sqlite3_threadsafe() function shows only the compile-time setting of
524 ** The type for a callback function
    [all...]
  /external/sqlite/dist/
sqlite3.c 220 ** presents to client programs. If a C-function, structure, datatype,
344 ** macro. ^The sqlite3_libversion() function returns a pointer to the
346 ** function is provided for use in DLLs since DLL users usually do not have
348 ** sqlite3_libversion_number() function returns an integer equal to
349 ** [SQLITE_VERSION_NUMBER]. ^The sqlite3_sourceid() function returns
363 ** ^The sqlite3_compileoption_used() function returns 0 or 1
368 ** ^The sqlite3_compileoption_get() function allows iterating
390 ** ^The sqlite3_threadsafe() function returns zero if and only if
416 ** sqlite3_threadsafe() function shows only the compile-time setting of
524 ** The type for a callback function
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 92 // Generate code for a JS function. On entry to the function the receiver
95 // function.
98 // o r1: the JS function object being called (i.e., ourselves)
105 // The function builds a JS frame. Please see JavaScriptFrameConstants in
110 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
114 SetFunctionPosition(function());
115 Comment cmnt(masm_, "[ function compiled by full code generator");
121 info->function()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) {
156 DCHECK(!info->function()->is_generator() || locals_count == 0)
295 VariableDeclaration* function = scope()->function(); local
882 Handle<SharedFunctionInfo> function = local
3380 Label done, null, function, non_function_constructor; local
    [all...]
  /external/v8/src/arm64/
full-codegen-arm64.cc 91 // Generate code for a JS function. On entry to the function the receiver
94 // function.
97 // - x1: the JS function object being called (i.e. ourselves).
103 // The function builds a JS frame. See JavaScriptFrameConstants in
108 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
112 SetFunctionPosition(function());
113 Comment cmnt(masm_, "[ Function compiled by full code generator");
119 info->function()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) {
158 DCHECK(!info->function()->is_generator() || locals_count == 0)
294 VariableDeclaration* function = scope()->function(); local
877 Handle<SharedFunctionInfo> function = local
3062 Label done, null, function, non_function_constructor; local
4594 Register function = x4; local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 82 // Generate code for a JS function. On entry to the function the receiver
85 // formal parameter count expected by the function.
88 // o edi: the JS function object being called (i.e. ourselves)
93 // The function builds a JS frame. Please see JavaScriptFrameConstants in
98 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
102 SetFunctionPosition(function());
103 Comment cmnt(masm_, "[ function compiled by full code generator");
109 info->function()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) {
146 DCHECK(!info->function()->is_generator() || locals_count == 0)
289 VariableDeclaration* function = scope()->function(); local
820 Handle<SharedFunctionInfo> function = local
3291 Label done, null, function, non_function_constructor; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 12 // by the ABI to contain function return values. However, the first
13 // parameter to a function is defined to be 'a0'. So there are many
101 // Generate code for a JS function. On entry to the function the receiver
104 // function.
107 // o a1: the JS function object being called (i.e. ourselves)
113 // The function builds a JS frame. Please see JavaScriptFrameConstants in
118 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
122 SetFunctionPosition(function());
123 Comment cmnt(masm_, "[ function compiled by full code generator")
304 VariableDeclaration* function = scope()->function(); local
874 Handle<SharedFunctionInfo> function = local
3370 Label done, null, function, non_function_constructor; local
    [all...]
  /external/v8/src/mips64/
full-codegen-mips64.cc 12 // by the ABI to contain function return values. However, the first
13 // parameter to a function is defined to be 'a0'. So there are many
101 // Generate code for a JS function. On entry to the function the receiver
104 // function.
107 // o a1: the JS function object being called (i.e. ourselves)
113 // The function builds a JS frame. Please see JavaScriptFrameConstants in
118 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
122 SetFunctionPosition(function());
123 Comment cmnt(masm_, "[ function compiled by full code generator")
299 VariableDeclaration* function = scope()->function(); local
870 Handle<SharedFunctionInfo> function = local
3370 Label done, null, function, non_function_constructor; local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 82 // Generate code for a JS function. On entry to the function the receiver
85 // formal parameter count expected by the function.
88 // o rdi: the JS function object being called (i.e. ourselves)
93 // The function builds a JS frame. Please see JavaScriptFrameConstants in
98 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
102 SetFunctionPosition(function());
103 Comment cmnt(masm_, "[ function compiled by full code generator");
109 info->function()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) {
146 DCHECK(!info->function()->is_generator() || locals_count == 0)
287 VariableDeclaration* function = scope()->function(); local
842 Handle<SharedFunctionInfo> function = local
3281 Label done, null, function, non_function_constructor; local
    [all...]
  /external/v8/src/x87/
full-codegen-x87.cc 82 // Generate code for a JS function. On entry to the function the receiver
85 // formal parameter count expected by the function.
88 // o edi: the JS function object being called (i.e. ourselves)
93 // The function builds a JS frame. Please see JavaScriptFrameConstants in
98 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
102 SetFunctionPosition(function());
103 Comment cmnt(masm_, "[ function compiled by full code generator");
109 info->function()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) {
146 DCHECK(!info->function()->is_generator() || locals_count == 0)
286 VariableDeclaration* function = scope()->function(); local
817 Handle<SharedFunctionInfo> function = local
3281 Label done, null, function, non_function_constructor; local
    [all...]
  /external/v8/src/
deoptimizer.cc 62 // Search all deoptimizing code in the native context of the function.
76 // We rely on this function not causing a GC. It is called from generated code
78 Deoptimizer* Deoptimizer::New(JSFunction* function,
85 function,
143 // Get the function and code from the frame.
144 JSFunction* function = frame->function(); local
154 // delta adding two for the function and context.
160 function,
253 JSFunction* function = JSFunction::cast(element) local
345 JSFunction* function = local
854 JSFunction* function = output_[index]->GetFunction(); local
878 JSFunction* function; local
1116 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
1242 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
1816 Handle<JSFunction> function = ArgumentsObjectFunction(object_index); local
1828 Handle<JSFunction> function = ArgumentsObjectFunction(object_index); local
    [all...]
heap-snapshot-generator.cc     [all...]
hydrogen-instructions.cc 936 return os << NameOf(function()) << " #" << argument_count();
943 HValue* function,
947 if (function->IsConstant()) {
948 HConstant* fun_const = HConstant::cast(function);
952 (jsfun->code()->kind() == Code::FUNCTION ||
957 function, argument_count, pass_argument_count,
1109 return os << NameOf(receiver()) << " " << NameOf(function());
1120 return os << NameOf(context()) << " " << NameOf(function());
    [all...]
hydrogen-instructions.h 421 // inlined function.
455 // Offset from the start of the inlined function.
780 // TODO(mstarzinger): For now instructions can override this function to
791 // This function must be overridden for instructions which have the
836 // This function must be overridden for instructions with flag kUseGVN, to
2025 FunctionLiteral* function() const { return function_; } function in class:v8::FINAL
2286 HValue* function() const { return OperandAt(0); } function in class:v8::FINAL
2432 HValue* function() { return second(); } function in class:v8::FINAL::FINAL
2461 HValue* function() { return second(); } function in class:v8::FINAL::FINAL
2530 const Runtime::Function* function() const { return c_function_; } function in class:v8::FINAL::FINAL
3885 HValue* function() const { return OperandAt(1); } function in class:v8::FINAL::FINAL
3920 HValue* function() { return OperandAt(0); } function in class:v8::FINAL::FINAL
4745 Handle<JSFunction> function() { return function_; } function in class:v8::FINAL::FINAL
5715 HValue* function() { return OperandAt(0); } function in class:v8::FINAL::FINAL
6518 HValue* function() { return OperandAt(0); } function in class:v8::FINAL::FINAL
7580 const Runtime::Function* function = HCallRuntime::cast(value)->function(); local
7873 HValue* function() const { return OperandAt(1); } function in class:v8::FINAL::HAllocateBlockContext
    [all...]
objects.h 338 // 'object', whereas JS_FUNCTION_TYPE has typeof 'function'.
723 // the two forms of function. This organization enables using the same
    [all...]