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

1 2 3 45 6 7

  /external/v8/test/cctest/
test-deoptimization.cc 45 using ::v8::internal::JSFunction;
107 static Handle<JSFunction> GetJSFunction(v8::Handle<v8::Object> obj,
test-alloc.cc 150 Handle<JSFunction> function =
  /external/webkit/Source/JavaScriptCore/jit/
JITCall32_64.cpp 37 #include "JSFunction.h"
52 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_scopeChain)), regT3); // scopeChain
283 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_scopeChain)), regT2);
JITOpcodes32_64.cpp 37 #include "JSFunction.h"
104 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
113 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
124 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
133 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
221 loadPtr(Address(regT1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT1);
244 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
264 loadPtr(Address(regT5, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
290 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
377 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2)
    [all...]
JIT.cpp 42 #include "JSFunction.h"
597 void JIT::linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JIT::CodePtr code, CallLinkInfo* callLinkInfo, int callerArgCount, JSGlobalData* globalData)
614 void JIT::linkConstruct(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JIT::CodePtr code, CallLinkInfo* callLinkInfo, int callerArgCount, JSGlobalData* globalData)
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 61 #include <runtime/JSFunction.h>
426 return new (exec) JSFunction(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->functionStructure(), 0, propertyName, objectProtoFuncToString);
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 44 #import <runtime/JSFunction.h>
  /external/v8/src/
profile-generator.cc     [all...]
ast.cc 500 Handle<JSFunction>(lookup.GetConstantFunctionFromMap(*type));
528 target_ = Handle<JSFunction>::null();
535 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));
    [all...]
compiler.cc 84 CompilationInfo::CompilationInfo(Handle<JSFunction> closure)
157 static void FinishOptimization(Handle<JSFunction> function, int64_t start) {
376 JSFunction::cast(it.frame()->function())->shared());
642 Handle<JSFunction> function = info->closure();
liveobjectlist.h 142 JSFunction* arguments_function,
v8globals.h 138 class JSFunction;
liveedit.cc 628 Handle<JSFunction> constructor =
1019 static bool IsInlined(JSFunction* function, SharedFunctionInfo* candidate) {
1033 JSFunction* inlined = JSFunction::cast(literals->get(i));
1050 virtual void VisitFunction(JSFunction* function)
    [all...]
heap.cc     [all...]
api.cc     [all...]
objects-debug.cc 145 JSFunction::cast(this)->JSFunctionVerify();
471 void JSFunction::JSFunctionVerify() {
886 JSFunction::cast(get(kFactoryIndex))->Verify();
objects.cc 65 MUST_USE_RESULT static MaybeObject* CreateJSValue(JSFunction* constructor,
285 Handle<JSFunction>::cast(fun), Handle<Object>::null(), 0, false);
540 JSFunction* fun = JSFunction::cast(cons_obj);
    [all...]
  /external/v8/src/arm/
lithium-arm.h 836 Handle<JSFunction> function() const { return hydrogen()->function(); }
    [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,
macro-assembler-ia32.cc     [all...]
  /external/v8/src/mips/
lithium-mips.h 835 Handle<JSFunction> function() const { return hydrogen()->function(); }
    [all...]
  /external/v8/src/x64/
lithium-x64.h 833 Handle<JSFunction> function() const { return hydrogen()->function(); }
    [all...]
lithium-codegen-x64.h 201 void CallKnownFunction(Handle<JSFunction> function,
  /external/webkit/Source/JavaScriptCore/runtime/
ArrayPrototype.cpp 668 JSFunction* f = asFunction(function);
726 JSFunction* f = asFunction(function);
789 JSFunction* f = asFunction(function);
845 JSFunction* f = asFunction(function);
    [all...]

Completed in 1600 milliseconds

1 2 3 45 6 7