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

  /external/v8/src/compiler/
linkage.cc 488 // >> context_index = target + receiver + params + new_target + #args
489 int context_index = 1 + 1 + parameter_count + 1 + 1; local
490 return incoming_->GetInputLocation(context_index);
bytecode-graph-builder.cc 1646 int context_index = exception_handlers_.top().context_register_; local
    [all...]
  /external/v8/src/
contexts.h 282 int context_index; member in struct:v8::internal::ScriptContextTable::LookupResult
307 static int GetContextOffset(int context_index) {
308 return kFirstContextOffset + context_index * kPointerSize;
code-stubs-hydrogen.cc 653 int context_index = casted_stub()->context_index(); local
656 HValue* script_context = BuildGetScriptContext(context_index);
669 int context_index = casted_stub()->context_index(); local
672 HValue* script_context = BuildGetScriptContext(context_index);
    [all...]
  /external/v8/src/debug/
debug-scopes.cc 461 for (int context_index = 0; context_index < script_contexts->used();
462 context_index++) {
464 ScriptContextTable::GetContext(script_contexts, context_index);
643 int context_index = ScopeInfo::ContextSlotIndex( local
645 context->set(context_index, *new_value);
725 script_contexts, lookup_result.context_index);
756 int context_index = Context::MIN_CONTEXT_SLOTS + i; local
757 Handle<Object> value = Handle<Object>(context->get(context_index), isolate);
  /external/v8/src/runtime/
runtime-scopes.cc 451 int context_index = -1; local
454 context_index = j;
459 DCHECK(context_index >= 0);
463 Smi::FromInt(Context::MIN_CONTEXT_SLOTS + context_index));
    [all...]
  /toolchain/binutils/binutils-2.25/include/
ieee.h 158 unsigned int context_index; member in struct:ieee_section
  /external/v8/src/interpreter/
interpreter.cc 1085 Node* context_index = __ BytecodeOperandIdx(0); local
    [all...]
  /external/v8/src/parsing/
parser.cc 5058 int context_index = Context::IntrinsicIndexForName(name->string()); local
    [all...]
  /external/v8/src/ast/
ast.h 2073 int context_index() const { function in class:v8::internal::final
    [all...]

Completed in 4978 milliseconds