HomeSort by relevance Sort by last modified time
    Searched refs:FUNCTION (Results 126 - 150 of 152) sorted by null

1 2 3 4 56 7

  /external/chromium_org/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
100 // Generate code for a JS function. On entry to the function the receiver
103 // function.
106 // o a1: the JS function object being called (i.e. ourselves)
112 // The function builds a JS frame. Please see JavaScriptFrameConstants in
117 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
121 SetFunctionPosition(function());
122 Comment cmnt(masm_, "[ function compiled by full code generator")
303 VariableDeclaration* function = scope()->function(); local
873 Handle<SharedFunctionInfo> function = local
3264 Label done, null, function, non_function_constructor; local
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 81 // Generate code for a JS function. On entry to the function the receiver
84 // formal parameter count expected by the function.
87 // o edi: the JS function object being called (i.e. ourselves)
92 // The function builds a JS frame. Please see JavaScriptFrameConstants in
97 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
101 SetFunctionPosition(function());
102 Comment cmnt(masm_, "[ function compiled by full code generator");
108 info->function()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) {
145 ASSERT(!info->function()->is_generator() || locals_count == 0)
287 VariableDeclaration* function = scope()->function(); local
818 Handle<SharedFunctionInfo> function = local
3183 Label done, null, function, non_function_constructor; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 128 ** presents to client programs. If a C-function, structure, datatype,
248 ** macro. ^The sqlite3_libversion() function returns a pointer to the
250 ** function is provided for use in DLLs since DLL users usually do not have
252 ** sqlite3_libversion_number() function returns an integer equal to
253 ** [SQLITE_VERSION_NUMBER]. ^The sqlite3_sourceid() function returns
267 ** ^The sqlite3_compileoption_used() function returns 0 or 1
272 ** ^The sqlite3_compileoption_get() function allows iterating
294 ** ^The sqlite3_threadsafe() function returns zero if and only if
320 ** sqlite3_threadsafe() function shows only the compile-time setting of
427 ** The type for a callback function
    [all...]
  /external/sqlite/dist/
sqlite3.c 128 ** presents to client programs. If a C-function, structure, datatype,
248 ** macro. ^The sqlite3_libversion() function returns a pointer to the
250 ** function is provided for use in DLLs since DLL users usually do not have
252 ** sqlite3_libversion_number() function returns an integer equal to
253 ** [SQLITE_VERSION_NUMBER]. ^The sqlite3_sourceid() function returns
267 ** ^The sqlite3_compileoption_used() function returns 0 or 1
272 ** ^The sqlite3_compileoption_get() function allows iterating
294 ** ^The sqlite3_threadsafe() function returns zero if and only if
320 ** sqlite3_threadsafe() function shows only the compile-time setting of
427 ** The type for a callback function
    [all...]
  /external/chromium_org/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
839 JSFunction* function = output_[index]->GetFunction(); local
863 JSFunction* function; local
1086 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
1212 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
1786 Handle<JSFunction> function = ArgumentsObjectFunction(object_index); local
1798 Handle<JSFunction> function = ArgumentsObjectFunction(object_index); local
    [all...]
heap-snapshot-generator.cc     [all...]
ic.cc 151 // structure. We need this to be able to find the function
156 // Find the function on the stack and both the active code for the
157 // function and the original code.
158 JSFunction* function = frame->function(); local
159 return function->shared();
388 if (host->kind() != Code::FUNCTION) return;
413 // TODO(2029): When an optimized function is patched, it would
607 if (FLAG_trace_ic) PrintF("[LoadIC : +#prototype /function]\n");
1023 Handle<JSFunction> function = Handle<JSFunction>::cast(getter); local
1469 Handle<JSFunction> function = Handle<JSFunction>::cast(setter); local
1953 Handle<Object> function = args.at<Object>(1); local
1968 Handle<Object> function = args.at<Object>(1); local
2643 Handle<JSFunction> function = handle(JSFunction::cast(builtin), isolate()); local
2648 Execution::Call(isolate(), function, left, 1, &right), local
    [all...]
hydrogen-instructions.cc 938 function()->PrintNameTo(stream);
947 HValue* function,
951 if (function->IsConstant()) {
952 HConstant* fun_const = HConstant::cast(function);
956 (jsfun->code()->kind() == Code::FUNCTION ||
961 function, argument_count, pass_argument_count,
1128 function()->PrintNameTo(stream);
1144 function()->PrintNameTo(stream);
    [all...]
heap.cc 466 if (current_kind == Code::FUNCTION ||
791 // The VM is in the GC state until exiting this function.
    [all...]
hydrogen-instructions.h 417 // inlined function.
453 // Offset from the start of the inlined function.
775 // TODO(mstarzinger): For now instructions can override this function to
786 // This function must be overridden for instructions which have the
831 // This function must be overridden for instructions with flag kUseGVN, to
1997 FunctionLiteral* function() const { return function_; } function in class:V8_FINAL
2258 HValue* function() { return OperandAt(0); } function in class:V8_FINAL
2408 HValue* function() { return second(); } function in class:V8_FINAL
2437 HValue* function() { return second(); } function in class:V8_FINAL
2506 const Runtime::Function* function() const { return c_function_; } function in class:V8_FINAL
3845 HValue* function() { return OperandAt(1); } function in class:V8_FINAL
3880 HValue* function() { return OperandAt(0); } function in class:V8_FINAL
4711 Handle<JSFunction> function() { return function_; } function in class:V8_FINAL
5639 HValue* function() { return OperandAt(0); } function in class:V8_FINAL
6419 HValue* function() { return OperandAt(0); } function in class:V8_FINAL
7483 const Runtime::Function* function = HCallRuntime::cast(value)->function(); local
7776 HValue* function() { return OperandAt(1); } function in class:HAllocateBlockContext
    [all...]
objects.h 321 // 'object', whereas JS_FUNCTION_TYPE has typeof 'function'.
    [all...]
hydrogen.cc 4458 HInstruction* function; local
6110 HValue* function = Add<HConstant>(info->accessor()); local
7176 HValue* function = Pop(); local
7430 HValue* function = Add<HConstant>(expr->target()); local
7474 HInstruction* function = BuildNamedGeneric( local
7644 FunctionLiteral* function = target_info.function(); local
8229 HValue* function = Pop(); local
8363 Handle<JSFunction> function = expr->target(); local
8379 Handle<JSFunction> function = expr->target(); local
8564 HValue* function = Pop(); \/\/ f local
8858 HValue* function = Pop(); local
8919 HValue* function = Top(); local
9117 HValue* function = Top(); local
9627 const Runtime::Function* function = expr->function(); local
9679 HValue* function = AddLoadJSBuiltin(Builtins::DELETE); local
10159 HValue* function = AddLoadJSBuiltin(Builtins::STRING_ADD_RIGHT); local
10170 HValue* function = AddLoadJSBuiltin(Builtins::STRING_ADD_LEFT); local
10232 HValue* function = AddLoadJSBuiltin(BinaryOpIC::TokenToJSBuiltin(op)); local
10596 HValue* function = AddLoadJSBuiltin(Builtins::IN); local
11117 Handle<SharedFunctionInfo> function = Compiler::BuildFunctionInfo( local
11614 HValue* function = Pop(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 28 cvox.SemanticTree = function(mml) {
49 cvox.SemanticTree.Node = function(id) {
85 * @param {function(cvox.SemanticTree.Node): boolean} pred The predicate.
89 cvox.SemanticTree.Node.prototype.querySelectorAll = function(pred) {
106 cvox.SemanticTree.prototype.xml = function(brief) {
123 cvox.SemanticTree.Node.prototype.xml = function(xml, brief) {
130 var xmlNodeList = function(tag, nodes) {
131 var xmlNodes = nodes.map(function(x) {return x.xml(xml, brief);});
158 cvox.SemanticTree.prototype.toString = function(brief) {
169 cvox.SemanticTree.prototype.formatXml = function(brief)
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test-only code into non-debug environment"+(a?": "+a:"."));};goog.forwardDeclare=function(){};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
3 goog.addDependency=function(a,b,c){if(goog.DEPENDENCIES_ENABLED){var d;a=a.replace(/\\/g,"/");for(var e=goog.dependencies_,f=0;d=b[f];f++)e.nameToPath[d]=a,a in e.pathToNames||(e.pathToNames[a]={}),e.pathToNames[a][d]=!0;for(d=0;b=c[d];d++)a in e.requires||(e.requires[a]={}),e.requires[a][b]=!0}};goog.useStrictRequires=!1;goog.ENABLE_DEBUG_LOADER=!0;goog.require=function(){};goog.basePath="";goog.nullFunction=function(){};goog.identityFunction=function(a){return a}
    [all...]
chromeVoxChromeOptionsScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test-only code into non-debug environment"+(a?": "+a:"."));};goog.forwardDeclare=function(){};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
3 goog.addDependency=function(a,b,c){if(goog.DEPENDENCIES_ENABLED){var d;a=a.replace(/\\/g,"/");for(var e=goog.dependencies_,f=0;d=b[f];f++)e.nameToPath[d]=a,a in e.pathToNames||(e.pathToNames[a]={}),e.pathToNames[a][d]=!0;for(d=0;b=c[d];d++)a in e.requires||(e.requires[a]={}),e.requires[a][b]=!0}};goog.useStrictRequires=!1;goog.ENABLE_DEBUG_LOADER=!0;goog.require=function(){};goog.basePath="";goog.nullFunction=function(){};goog.identityFunction=function(a){return a}
    [all...]
chromeVoxChromePageScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test-only code into non-debug environment"+(a?": "+a:"."));};goog.forwardDeclare=function(){};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
3 goog.addDependency=function(a,b,c){if(goog.DEPENDENCIES_ENABLED){var d;a=a.replace(/\\/g,"/");for(var e=goog.dependencies_,f=0;d=b[f];f++)e.nameToPath[d]=a,a in e.pathToNames||(e.pathToNames[a]={}),e.pathToNames[a][d]=!0;for(d=0;b=c[d];d++)a in e.requires||(e.requires[a]={}),e.requires[a][b]=!0}};goog.useStrictRequires=!1;goog.ENABLE_DEBUG_LOADER=!0;goog.require=function(){};goog.basePath="";goog.nullFunction=function(){};goog.identityFunction=function(a){return a}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 89 * @param {Function?} opt_whenDone if specified, called when the last entry
95 window['_pr_isIE6'] = function () {
99 window['_pr_isIE6'] = function () { return ieVersion; };
104 (function () {
131 "debugger eval export function get null set undefined var with " +
144 "function in local set then until ";
199 var REGEXP_PRECEDER_PATTERN = function () {
226 // object each time the function containing them is called.
234 function attribToHtml(str) {
242 function textToHtml(str)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 89 * @param {Function?} opt_whenDone if specified, called when the last entry
95 window['_pr_isIE6'] = function () {
99 window['_pr_isIE6'] = function () { return ieVersion; };
104 (function () {
131 "debugger eval export function get null set undefined var with " +
144 "function in local set then until ";
199 var REGEXP_PRECEDER_PATTERN = function () {
226 // object each time the function containing them is called.
234 function attribToHtml(str) {
242 function textToHtml(str)
    [all...]

Completed in 1635 milliseconds

1 2 3 4 56 7