HomeSort by relevance Sort by last modified time
    Searched refs:context_index (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/src/snapshot/
snapshot-common.cc 102 int context_index = 0; local
126 while (!context_reservations[context_index].is_last()) {
128 context_index++;
138 2 * context_reservations[context_index].chunk_size()) +
155 context_index++;
159 DCHECK_EQ(context_reservations.length(), context_index);
  /external/v8/src/debug/
debug-scopes.cc 447 for (int context_index = 0; context_index < script_contexts->used();
448 context_index++) {
450 ScriptContextTable::GetContext(script_contexts, context_index);
602 int context_index = ScopeInfo::ContextSlotIndex( local
604 context->set(context_index, *new_value);
755 script_contexts, lookup_result.context_index);
788 int context_index = Context::MIN_CONTEXT_SLOTS + i; local
789 Handle<Object> value = Handle<Object>(context->get(context_index), isolate);
  /toolchain/binutils/binutils-2.25/include/
ieee.h 158 unsigned int context_index; member in struct:ieee_section
  /external/v8/src/
contexts.cc 51 result->context_index = i;
261 r.context_index);
263 r.context_index, reinterpret_cast<void*>(*c));
269 r.context_index);
contexts.h 301 int context_index; member in struct:v8::internal::ScriptContextTable::LookupResult
326 static int GetContextOffset(int context_index) {
327 return kFirstContextOffset + context_index * kPointerSize;
code-stubs-hydrogen.cc 747 int context_index = casted_stub()->context_index(); local
750 HValue* script_context = BuildGetScriptContext(context_index);
763 int context_index = casted_stub()->context_index(); local
766 HValue* script_context = BuildGetScriptContext(context_index);
    [all...]
code-stubs.h     [all...]
bootstrapper.cc     [all...]
  /external/v8/src/compiler/
linkage.cc 501 // >> context_index = target + receiver + params + new_target + #args
502 int context_index = 1 + 1 + parameter_count + 1 + 1; local
503 return incoming_->GetInputLocation(context_index);
js-global-object-specialization.cc 286 script_context_table, lookup_result.context_index);
  /external/v8/src/interpreter/
bytecode-array-builder.h 178 // Call the JS runtime function with |context_index|. The the receiver should
181 BytecodeArrayBuilder& CallJSRuntime(int context_index, Register receiver,
bytecode-array-builder.cc     [all...]
interpreter.cc 1139 Node* context_index = __ BytecodeOperandIdx(0); local
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 535 int context_index = -1; local
538 context_index = j;
543 DCHECK(context_index >= 0);
547 Smi::FromInt(Context::MIN_CONTEXT_SLOTS + context_index));
    [all...]
  /external/v8/src/ast/
ast.h 2106 int context_index() const { function in class:v8::internal::final
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 705 void LoadContextField(Register dst, int context_index);
    [all...]
  /external/v8/test/cctest/
test-inobject-slack-tracking.cc 65 script_contexts, lookup_result.context_index),
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc     [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc     [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc     [all...]
  /external/v8/src/parsing/
parser.cc 4885 int context_index = Context::IntrinsicIndexForName(name->string()); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
  /external/v8/src/ic/
ic.cc 689 script_contexts, lookup_result.context_index),
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc     [all...]

Completed in 874 milliseconds

1 2