HomeSort by relevance Sort by last modified time
    Searched refs:Function (Results 926 - 950 of 1083) sorted by null

<<31323334353637383940>>

  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 26 #include "llvm/IR/Function.h"
78 // the first instruction of a function prologue. Once decremented,
213 const Function *F = MF.getFunction();
216 // If this function is not using either the interrupt_handler
332 // hasFP - Return true if the specified function should have a dedicated frame
333 // pointer register. This is true if the function has variable sized allocas or
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 22 #include "llvm/IR/Function.h"
444 /// basic block into the function, and moving some of the predecessors of BB to
495 /// OrigBB, by introducing two new basic blocks into the function. One of those
601 /// FindFunctionBackedges - Analyze the specified function to find all of the
602 /// loop backedges in the function and return them. This is a relatively cheap
606 void llvm::FindFunctionBackedges(const Function &F,
  /external/v8/src/
assembler.h 204 EXTERNAL_REFERENCE, // The address of an external C++ function.
205 INTERNAL_REFERENCE, // An address inside the same function.
294 // The only architecture-independent user of this function is the serializer.
304 // and written. In this case the target_address_address function above
494 // External function
533 // Direct call to API function callback.
552 ExternalReference(const Runtime::Function* f, Isolate* isolate);
660 // Function Debug::Break()
670 // Function NativeRegExpMacroAssembler::CaseInsensitiveCompareUC16()
673 // Function RegExpMacroAssembler*::CheckStackGuardState(
    [all...]
ast.h 201 // that emit code (function declarations).
785 // True if there is a function literal subexpression in the condition.
843 // True if there is a function literal subexpression in the condition.
1133 // Unique (per-function) index of this handler. This is not an AST ID.
1674 const Runtime::Function* function() const { return function_; } function in class:v8::internal::CallRuntime
    [all...]
runtime.js 33 // it does not push the function onto the stack. This means that you
48 var $Function = global.Function;
54 function EQUALS(y) {
100 function STRICT_EQUALS(x) {
120 function COMPARE(x, ncr) {
163 function ADD(x) {
183 function STRING_ADD_LEFT(y) {
198 function STRING_ADD_RIGHT(y) {
214 function SUB(y)
    [all...]
messages.js 39 function FormatString(format, message) {
68 function IsNativeErrorObject(obj) {
83 function ToStringCheckErrorObject(obj) {
92 function ToDetailString(obj) {
95 if (typeof constructor == "function") {
106 function MakeGenericError(constructor, type, args) {
118 * Set up the Script function and constructor.
123 %SetCode(Script, function(x) {
130 function FormatMessage(message) {
159 "called_non_callable", ["%0", " is not a function"],
    [all...]
debug.cc 191 // Set the positions to the end of the function.
348 // function twice might happen when stepping in a function with an exception
349 // handler as the handler and the function is the same.
424 // because caller of this function (Debug::PrepareStep) is expected to
425 // flood the top frame's function with one shot breakpoints.
427 // this function (Debug::PrepareStep) which should flood target function
437 // Check whether the break point is at a position which will exit the function.
470 // Patch the code to invoke the builtin debug break function matching th
767 Handle<JSFunction> function = local
1328 JSFunction* function = JSFunction::cast(frames_it.frame()->function()); local
1405 JSFunction* function = JSFunction::cast(frames_it.frame()->function()); local
1804 JSFunction* function = functions[i]; local
1809 JSFunction* function = JSFunction::cast(frame->function()); local
1826 JSFunction* function = JSFunction::cast(frame->function()); local
1966 JSFunction* function = JSFunction::cast(obj); local
1981 Handle<JSFunction> function = active_functions[i]; local
1989 Handle<JSFunction> function = active_functions[i]; local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 66 // responsibility of the caller to never invoke such function on the
221 // Find the function context up the context chain.
240 // Load the global function with the given index.
241 void LoadGlobalFunction(int index, Register function);
243 // Load the initial map from the global function. The registers
244 // function and map can be the same.
245 void LoadGlobalFunctionInitialMap(Register function, Register map);
275 // Invoke the JavaScript function code by either calling or jumping.
300 // Invoke the JavaScript function in the given register. Changes the
301 // current context to the context in the function before invoking
    [all...]
  /external/v8/test/cctest/
test-lockers.cc 46 using ::v8::Function;
107 CompileRun("function getValue() { return 30; }");
115 Local<Value> v = CompileRun("function fib(n) {"
661 "(function Foo() {"
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 552 // for Functions by taking the toString function of itself and then
554 // changes to the Function prototype chain or toString function are
562 return v8::Handle<v8::Function>::Cast(value)->Call(args.This(), 0, 0);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 89 v8::Handle<v8::Value> function = args[0]; local
91 if (!function->IsFunction()) {
92 if (function->IsString())
93 functionString = toWebCoreString(function);
95 v8::Handle<v8::Value> v8String = function->ToString();
118 if (function->IsFunction()) {
129 ScheduledAction* action = new ScheduledAction(V8Proxy::context(imp->frame()), v8::Handle<v8::Function>::Cast(function), paramCount, params);
331 // This function has variable arguments and can either be:
353 // fix this by calling toString function on the receiver
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 197 /// This function is called after section merging but before read relocations.
    [all...]
  /ndk/build/core/
init.mk 98 # Function : ndk_log
110 # Function : host-prebuilt-tag
115 # Rationale: This function is used to proble available 64-bit toolchain or
369 # On Cygwin/MSys, define the 'cygwin-to-host-path' function here depending on the
375 # case our automatic substitution function (described below) doesn't work.
377 # 2/ Generate a Make function that performs the mapping from cygwin/msys to host
413 # Call an awk script to generate a Makefile fragment used to define a function
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 20 function NavigationCollector() {
129 parseId_: function(data) {
141 prepareDataStorage_: function(id, url) {
164 onBeforeRetargetListener_: function(data) {
180 onBeforeNavigateListener_: function(data) {
197 onCommittedListener_: function(data) {
220 onCompletedListener_: function(data) {
249 onErrorOccurredListener_: function(data) {
275 * @param {!function} sendResponse Function to call to send a response
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 62 popupManager.getWindowInnerSize = function() {
88 popupManager.getParentCoords = function() {
105 popupManager.getCenteredCoords = function(width, height) {
123 // var myOnOpenHandler = function(inputs) {
133 popupManager.darkenScreen = function() {
175 popupManager.createPopupOpener = (function(openidParams) {
180 var encodeIfRequested_ = function(url) {
190 ('function' === typeof(openidParams.onOpenHandler))) ?
193 ('function' === typeof(openidParams.onCloseHandler))) ?
201 var keyValueConcat_ = function(keyValuePairs)
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 240 /// the function to call.
278 // Load the function pointer.
281 // If the LSB in the function pointer is 1, the function pointer points to
282 // a virtual function.
292 // vtable of the correct base subobject. The "function pointer" is an
306 // Load the virtual function to call.
311 // In the non-virtual path, the function pointer is actually a
312 // function pointer.
506 assert(MD->isInstance() && "Member function must not be static!")
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 15 let rec codegen_expr = function
57 | None -> raise (Error "unknown function referenced")
74 * to it at the end of the function. *)
189 let codegen_proto = function
191 (* Make the function type: double(double,double) etc. *)
203 raise (Error "redefinition of function");
207 raise (Error "redefinition of function with different # args");
219 let codegen_func the_fpm = function
220 | Ast.Function (proto, body) ->
239 (* Finish off the function. *
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 418 // has common linkage, is a function address, or is a jump table
735 // Generates a R_PPC64_ADDR64 (from FK_DATA_8) relocation for the function
802 // the end of the function, and zeroes for the eight-byte
    [all...]
  /external/v8/test/mjsunit/
mjsunit.js 28 function MjsUnitAssertionError(message) {
41 MjsUnitAssertionError.prototype.toString = function () {
72 // for tests that doesn't have their own assertXXX function.
85 // Assert that the passed function or eval code throws an exception.
92 // Assert that the passed function or eval code does not throw an exception.
102 (function () { // Scope for utility functions.
104 function classOf(object) {
112 function PrettyPrint(value) {
121 case "function":
151 function PrettyPrintArrayElement(value, index, array)
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 24 var Native = function(options){
32 var afterImplement = options.afterImplement || function(){};
47 var add = function(obj, name, method, force){
54 object.alias = function(a1, a2, a3){
62 object.implement = function(a1, a2, a3){
73 Native.genericize = function(object, property, check){
74 if ((!check || !object[property]) && typeof object.prototype[property] == 'function') object[property] = function(){
80 Native.implement = function(objects, properties){
84 Native.typize = function(object, family)
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 1228 milliseconds

<<31323334353637383940>>