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

1 2 3 4 56 7

  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
lithium-codegen-arm.h 220 void CallKnownFunction(Handle<JSFunction> function,
lithium-codegen-arm.cc 726 const ZoneList<Handle<JSFunction> >* inlined_closures =
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 36 #include "JSFunction.h"
103 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
112 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
123 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
132 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
214 loadPtr(Address(X86Registers::esi, OBJECT_OFFSETOF(JSFunction, m_executable)), X86Registers::r9);
236 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
263 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
    [all...]
JITStubs.cpp 48 #include "JSFunction.h"
    [all...]
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/
json-parser.h 288 Handle<JSFunction> object_constructor(
objects-printer.cc 139 JSFunction::cast(this)->JSFunctionPrint(out);
725 void JSFunction::JSFunctionPrint(FILE* out) {
objects.h 61 // - JSFunction
    [all...]
ast.h     [all...]
hydrogen.cc     [all...]
parser.h 492 return next_materialized_literal_index_ - JSFunction::kLiteralsPrefixSize;
  /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...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 798 movq(target, FieldOperand(rdi, JSFunction::kCodeEntryOffset));
    [all...]
lithium-codegen-x64.cc 608 const ZoneList<Handle<JSFunction> >* inlined_closures =
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 30 #include "JSFunction.h"
545 void JSObject::putDirectFunction(ExecState* exec, JSFunction* function, unsigned attr)
555 void JSObject::putDirectFunctionWithoutTransition(ExecState* exec, JSFunction* function, unsigned attr)
JSObject.h 186 void putDirectFunction(ExecState* exec, JSFunction* function, unsigned attr = 0);
191 void putDirectFunctionWithoutTransition(ExecState* exec, JSFunction* function, unsigned attr = 0);
    [all...]
  /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/v8/src/ia32/
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/bytecode/
CodeBlock.h 106 WriteBarrier<JSFunction> callee;
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 35 #include <JSFunction.h>
    [all...]
  /external/v8/tools/
grokdump.py 792 class JSFunction(HeapObject):
808 p.Print("JSFunction(%s) {" % self.heap.reader.FormatIntPtr(self.address))
827 return "JSFunction(%s, %s)" % \
943 "JS_FUNCTION_TYPE": JSFunction,
    [all...]

Completed in 1072 milliseconds

1 2 3 4 56 7