HomeSort by relevance Sort by last modified time
    Searched full:jsfunction (Results 151 - 175 of 221) sorted by null

1 2 3 4 5 67 8 9

  /external/webkit/Source/JavaScriptCore/
ChangeLog 504 * runtime/JSFunction.cpp:
505 (JSC::JSFunction::JSFunction):
506 * runtime/JSFunction.h:
507 (JSC::JSFunction::createStructure):
    [all...]
GNUmakefile.list.am 285 Source/JavaScriptCore/runtime/JSFunction.cpp \
286 Source/JavaScriptCore/runtime/JSFunction.h \
JavaScriptCore.gypi 82 'runtime/JSFunction.h',
503 'runtime/JSFunction.cpp',
  /external/v8/src/
heap.h 530 JSFunction* constructor, PretenureFlag pretenure = NOT_TENURED);
560 MUST_USE_RESULT MaybeObject* AllocateGlobalObject(JSFunction* constructor);
571 MUST_USE_RESULT MaybeObject* AllocateFunctionPrototype(JSFunction* function);
599 JSFunction* constructor, JSGlobalProxy* global);
628 MUST_USE_RESULT MaybeObject* AllocateInitialMap(JSFunction* fun);
    [all...]
liveobjectlist.h 142 JSFunction* arguments_function,
ic.h 207 // Returns a JSFunction or a Failure.
236 // Returns a JSFunction if the object can be called as a function, and
ast.h     [all...]
hydrogen.cc     [all...]
  /external/v8/src/ia32/
lithium-ia32.h 846 Handle<JSFunction> function() const { return hydrogen()->function(); }
    [all...]
lithium-codegen-ia32.h 211 void CallKnownFunction(Handle<JSFunction> function,
lithium-codegen-ia32.cc 649 const ZoneList<Handle<JSFunction> >* inlined_closures =
    [all...]
macro-assembler-ia32.h 235 // Load the initial map for new Arrays from a JSFunction.
308 void InvokeFunction(Handle<JSFunction> function,
412 // JSFunction. The object's map will be loaded in the map register.
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 238 static void patchMethodCallProto(JSGlobalData&, CodeBlock* codeblock, MethodCallLinkInfo&, JSFunction*, Structure*, JSObject*, ReturnAddressPtr);
246 static void linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, CodePtr, CallLinkInfo*, int callerArgCount, JSGlobalData*);
247 static void linkConstruct(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, CodePtr, CallLinkInfo*, int callerArgCount, JSGlobalData*);
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 220 void CallKnownFunction(Handle<JSFunction> function,
lithium-codegen-arm.cc 726 const ZoneList<Handle<JSFunction> >* inlined_closures =
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 217 void CallKnownFunction(Handle<JSFunction> function,
lithium-codegen-mips.cc 689 const ZoneList<Handle<JSFunction> >* inlined_closures =
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 201 void CallKnownFunction(Handle<JSFunction> function,
macro-assembler-x64.cc 798 movq(target, FieldOperand(rdi, JSFunction::kCodeEntryOffset));
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Arguments.cpp 29 #include "JSFunction.h"
RegExpConstructor.cpp 29 #include "JSFunction.h"
JSObject.h 186 void putDirectFunction(ExecState* exec, JSFunction* function, unsigned attr = 0);
191 void putDirectFunctionWithoutTransition(ExecState* exec, JSFunction* function, unsigned attr = 0);
    [all...]
  /external/v8/test/cctest/
test-deoptimization.cc 45 using ::v8::internal::JSFunction;
107 static Handle<JSFunction> GetJSFunction(v8::Handle<v8::Object> obj,
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 58 #include <runtime/JSFunction.h>
109 return new (exec) JSFunction(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->functionStructure(), length, propertyName, nativeFunction);
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.def 14 ??0JSFunction@JSC@@QAE@PAVExecState@1@PAVJSGlobalObject@1@PAVStructure@1@HABVIdentifier@1@P6I_J0@Z@Z
226 ?isHostFunctionNonInline@JSFunction@JSC@@ABE_NXZ
248 ?name@JSFunction@JSC@@QAEABVUString@2@PAVExecState@2@@Z

Completed in 1722 milliseconds

1 2 3 4 5 67 8 9