HomeSort by relevance Sort by last modified time
    Searched refs:JSFunction (Results 201 - 225 of 254) sorted by null

1 2 3 4 5 6 7 891011

  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]
  /external/v8/src/s390/
macro-assembler-s390.cc 441 const int offset = JSFunction::kCodeEntryOffset;
981 LoadP(vector, FieldMemOperand(vector, JSFunction::kLiteralsOffset));
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc     [all...]
api.h 168 V(Script, JSFunction) \
lookup.cc 128 Handle<JSFunction> constructor = isolate->string_function();
code-stubs.cc     [all...]
type-feedback-vector.cc 659 void CallICNexus::ConfigureMonomorphic(Handle<JSFunction> function) {
    [all...]
  /external/v8/src/compiler/
pipeline.cc 559 PipelineCompilationJob(Isolate* isolate, Handle<JSFunction> function)
    [all...]
wasm-compiler.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 486 const int offset = JSFunction::kCodeEntryOffset;
    [all...]
  /external/v8/test/cctest/
test-unboxed-doubles.cc 95 Handle<JSFunction> func = factory->NewFunction(func_name);
613 Handle<JSFunction> func = factory->NewFunction(func_name);
    [all...]
test-parsing.cc     [all...]
test-debug.cc 154 Handle<v8::internal::JSFunction> f =
155 Handle<v8::internal::JSFunction>::cast(v8::Utils::OpenHandle(*fun));
163 static int SetBreakPoint(Handle<v8::internal::JSFunction> fun, int position) {
179 i::Handle<i::JSFunction>::cast(v8::Utils::OpenHandle(*fun)), position);
393 JSFunction* fun = JSFunction::cast(obj);
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 558 __ cmp(esi, FieldOperand(func, JSFunction::kContextOffset));
565 __ call(FieldOperand(func, JSFunction::kCodeEntryOffset));
588 __ cmp(esi, FieldOperand(func, JSFunction::kContextOffset));
601 __ jmp(FieldOperand(func, JSFunction::kCodeEntryOffset));
    [all...]
  /external/v8/src/crankshaft/
typing.cc 17 AstTyper::AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure,
  /external/v8/src/ic/
handler-compiler.cc 105 Object* prototype = JSFunction::cast(function)->instance_prototype();
  /external/v8/src/interpreter/
interpreter-assembler.cc 415 Node* literals = LoadObjectField(function, JSFunction::kLiteralsOffset);
  /external/v8/src/x87/
macro-assembler-x87.h 224 // JSFunction. Only scratch is clobbered by the operation.
359 void InvokeFunction(Handle<JSFunction> function,
566 // Abort execution if argument is not a JSFunction, enabled via --debug-code.
    [all...]
  /external/v8/test/unittests/interpreter/
interpreter-assembler-unittest.cc 701 IsIntPtrConstant(JSFunction::kLiteralsOffset - kHeapObjectTag));
  /external/v8/src/mips/
macro-assembler-mips.cc 413 const int offset = JSFunction::kCodeEntryOffset;
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 416 const int offset = JSFunction::kCodeEntryOffset;
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 221 // JSFunction. Only scratch is clobbered by the operation.
361 void InvokeFunction(Handle<JSFunction> function,
577 // Abort execution if argument is not a JSFunction, enabled via --debug-code.
    [all...]
  /external/v8/src/parsing/
parser.h 30 ParseInfo(Zone* zone, Handle<JSFunction> function);
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 291 // JSFunction. Only scratch is clobbered by the operation.
678 void InvokeFunction(Handle<JSFunction> function,
    [all...]

Completed in 1133 milliseconds

1 2 3 4 5 6 7 891011