/external/v8/src/arm/ |
macro-assembler-arm.h | 370 void InvokeFunction(JSFunction* function, [all...] |
code-stubs-arm.cc | 86 // Attempt to allocate new JSFunction in new space. 87 __ AllocateInNewSpace(JSFunction::kSize, 112 __ str(r2, FieldMemOperand(r0, JSFunction::kPrototypeOrInitialMapOffset)); 113 __ str(r3, FieldMemOperand(r0, JSFunction::kSharedFunctionInfoOffset)); 114 __ str(cp, FieldMemOperand(r0, JSFunction::kContextOffset)); 115 __ str(r1, FieldMemOperand(r0, JSFunction::kLiteralsOffset)); 116 __ str(r4, FieldMemOperand(r0, JSFunction::kNextFunctionLinkOffset)); 123 __ str(r3, FieldMemOperand(r0, JSFunction::kCodeEntryOffset)); [all...] |
/external/v8/src/ |
d8.cc | 485 i::JSFunction::cast(*compiled_script)->shared()->script()))
|
scopes.cc | 221 JSFunction* current = *info->closure(); [all...] |
jsregexp.h | 54 static Handle<Object> CreateRegExpLiteral(Handle<JSFunction> constructor, [all...] |
log.cc | [all...] |
parser.cc | 476 materialized_literal_count_ + JSFunction::kLiteralsPrefixSize; [all...] |
jsregexp.cc | 66 Handle<Object> RegExpImpl::CreateRegExpLiteral(Handle<JSFunction> constructor, [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 611 void InvokeFunction(JSFunction* function, [all...] |
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
BytecodeGenerator.cpp | 34 #include "JSFunction.h" 291 JSValue value = new (exec) JSFunction(exec, makeFunction(exec, function), scopeChain); 307 globalObject->putWithAttributes(exec, function->ident(), new (exec) JSFunction(exec, makeFunction(exec, function), scopeChain), DontDelete); [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITPropertyAccess.cpp | 37 #include "JSFunction.h" 651 void JIT::patchMethodCallProto(JSGlobalData& globalData, CodeBlock* codeBlock, MethodCallLinkInfo& methodCallLinkInfo, JSFunction* callee, Structure* structure, JSObject* proto, ReturnAddressPtr returnAddress) [all...] |
JITPropertyAccess32_64.cpp | 36 #include "JSFunction.h" 675 void JIT::patchMethodCallProto(JSGlobalData& globalData, CodeBlock* codeBlock, MethodCallLinkInfo& methodCallLinkInfo, JSFunction* callee, Structure* structure, JSObject* proto, ReturnAddressPtr returnAddress) [all...] |
/external/v8/test/cctest/ |
test-debug.cc | 189 Handle<v8::internal::JSFunction> f = v8::Utils::OpenHandle(*fun); 197 static int SetBreakPoint(Handle<v8::internal::JSFunction> fun, int position) { 440 JSFunction* fun = JSFunction::cast(obj); 495 Handle<v8::internal::JSFunction> fun = v8::Utils::OpenHandle( [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.h | 264 void InvokeFunction(JSFunction* function, [all...] |