HomeSort by relevance Sort by last modified time
    Searched defs:js_function (Results 1 - 6 of 6) sorted by null

  /external/v8/test/cctest/interpreter/
bytecode-expectations-printer.cc 69 i::Handle<i::JSFunction> js_function = local
73 i::handle(js_function->shared()->bytecode_array(), i_isolate());
81 i::Handle<i::JSFunction> js_function = v8::Utils::OpenHandle(*script); local
82 return i::handle(js_function->shared()->bytecode_array(), i_isolate());
  /external/v8/src/debug/
debug-scopes.cc 145 Handle<JSFunction> js_function = HasContext() local
155 js_function = GetFunction();
158 } else if (!js_function.is_null()) {
159 start_position = js_function->shared()->start_position();
160 end_position = js_function->shared()->end_position();
163 if (!js_function.is_null()) {
164 Handle<String> closure_name = JSFunction::GetDebugName(js_function);
170 details->set(kScopeDetailsFunctionIndex, *js_function);
  /external/v8/src/
code-stubs-hydrogen.cc 1942 HInstruction* js_function = local
    [all...]
  /external/v8/src/ic/
ic.cc 2207 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); local
2226 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 607 void MacroAssembler::RecordWriteCodeEntryField(Register js_function,
617 DCHECK(!js_function.is(code_entry));
618 DCHECK(!js_function.is(scratch));
620 AssertNotSmi(js_function);
624 lea(scratch, FieldOperand(js_function, offset));
638 CheckPageFlag(js_function, scratch,
643 push(js_function);
647 lea(dst, FieldOperand(js_function, offset));
650 PushCallerSaved(kDontSaveFPRegs, js_function, code_entry);
654 mov(Operand(esp, 0 * kPointerSize), js_function); local
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 522 void MacroAssembler::RecordWriteCodeEntryField(Register js_function,
532 DCHECK(!js_function.is(code_entry));
533 DCHECK(!js_function.is(scratch));
535 AssertNotSmi(js_function);
539 lea(scratch, FieldOperand(js_function, offset));
553 CheckPageFlag(js_function, scratch,
558 push(js_function);
562 lea(dst, FieldOperand(js_function, offset));
565 PushCallerSaved(kDontSaveFPRegs, js_function, code_entry);
569 mov(Operand(esp, 0 * kPointerSize), js_function); local
    [all...]

Completed in 381 milliseconds