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

1 2

  /external/v8/src/snapshot/
snapshot.h 62 size_t context_index);
snapshot-common.cc 65 size_t context_index) {
72 ExtractContextData(blob, static_cast<int>(context_index));
85 context_index, bytes, ms);
  /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);
  /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;
268 r.context_index);
270 r.context_index, reinterpret_cast<void*>(*c));
276 r.context_index);
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...]
code-stubs.h     [all...]
bootstrapper.cc     [all...]
  /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);
js-global-object-specialization.cc 250 script_context_table, lookup_result.context_index);
bytecode-graph-builder.cc 1646 int context_index = exception_handlers_.top().context_register_; local
    [all...]
  /external/v8/src/interpreter/
bytecode-array-builder.h 187 // Call the JS runtime function with |context_index|. The the receiver should
190 BytecodeArrayBuilder& CallJSRuntime(int context_index, Register receiver_args,
bytecode-array-builder.cc 617 int context_index, Register receiver_args, size_t receiver_args_count) {
618 Output(Bytecode::kCallJSRuntime, UnsignedOperand(context_index),
interpreter.cc 1085 Node* context_index = __ BytecodeOperandIdx(0); local
    [all...]
  /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...]
  /external/v8/src/ast/
ast.h 2073 int context_index() const { function in class:v8::internal::final
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 731 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/ic/
ic.cc 656 script_contexts, lookup_result.context_index),
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc     [all...]

Completed in 1751 milliseconds

1 2