Searched refs:context_index (Results 1 - 25 of 33) sorted by relevance

12

/external/v8/src/snapshot/
H A Dsnapshot.h62 size_t context_index);
H A Dsnapshot-common.cc65 size_t context_index) {
72 ExtractContextData(blob, static_cast<int>(context_index));
85 context_index, bytes, ms);
63 NewContextFromSnapshot( Isolate* isolate, Handle<JSGlobalProxy> global_proxy, size_t context_index) argument
/external/v8/src/debug/
H A Ddebug-scopes.cc461 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/
H A Dcontexts.cc51 result->context_index = i;
268 r.context_index);
270 r.context_index, reinterpret_cast<void*>(*c));
276 r.context_index);
H A Dcontexts.h282 int context_index; member in struct:v8::internal::ScriptContextTable::LookupResult
307 static int GetContextOffset(int context_index) { argument
308 return kFirstContextOffset + context_index * kPointerSize;
H A Dcode-stubs-hydrogen.cc653 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);
H A Dcode-stubs.h2592 set_sub_minor_key(ContextIndexBits::encode(lookup_result->context_index) |
2596 int context_index() const {
2603 return ContextIndexBits::is_valid(lookup_result->context_index) &&
H A Dbootstrapper.cc1095 int context_index) {
1096 Handle<Smi> index(Smi::FromInt(context_index), isolate);
1099 isolate->native_context()->set(context_index, *function);
1093 InstallWithIntrinsicDefaultProto(Isolate* isolate, Handle<JSFunction> function, int context_index) argument
/external/v8/src/compiler/
H A Dlinkage.cc488 // >> 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);
H A Djs-global-object-specialization.cc250 script_context_table, lookup_result.context_index);
H A Dbytecode-graph-builder.cc1646 int context_index = exception_handlers_.top().context_register_; local
1648 interpreter::Register context_register(context_index);
/external/v8/src/interpreter/
H A Dbytecode-array-builder.h187 // Call the JS runtime function with |context_index|. The the receiver should
190 BytecodeArrayBuilder& CallJSRuntime(int context_index, Register receiver_args,
H A Dbytecode-array-builder.cc617 int context_index, Register receiver_args, size_t receiver_args_count) {
618 Output(Bytecode::kCallJSRuntime, UnsignedOperand(context_index),
616 CallJSRuntime( int context_index, Register receiver_args, size_t receiver_args_count) argument
H A Dinterpreter.cc1085 Node* context_index = __ BytecodeOperandIdx(0); local
1096 Node* function = __ LoadContextSlot(native_context, context_index);
1105 // CallJSRuntime <context_index> <receiver> <arg_count>
1107 // Call the JS runtime function that has the |context_index| with the receiver
/external/v8/src/runtime/
H A Druntime-scopes.cc451 int context_index = -1; local
454 context_index = j;
459 DCHECK(context_index >= 0);
463 Smi::FromInt(Context::MIN_CONTEXT_SLOTS + context_index));
/external/v8/src/ast/
H A Dast.h2073 int context_index() const { function in class:v8::internal::final
2094 CallRuntime(Zone* zone, int context_index, ZoneList<Expression*>* arguments, argument
2098 context_index_(context_index),
3360 CallRuntime* NewCallRuntime(int context_index, argument
3363 CallRuntime(local_zone_, context_index, arguments, pos);
/external/v8/src/full-codegen/
H A Dfull-codegen.h731 void LoadContextField(Register dst, int context_index);
/external/v8/test/cctest/
H A Dtest-inobject-slack-tracking.cc65 script_contexts, lookup_result.context_index),
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc2979 __ LoadNativeContextSlot(expr->context_index(), x0);
3708 void FullCodeGenerator::LoadContextField(Register dst, int context_index) { argument
3709 __ Ldr(dst, ContextMemOperand(cp, context_index));
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc2947 __ LoadGlobalFunction(expr->context_index(), eax);
3544 void FullCodeGenerator::LoadContextField(Register dst, int context_index) { argument
3545 __ mov(dst, ContextOperand(esi, context_index));
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc2939 __ LoadNativeContextSlot(expr->context_index(), rax);
3534 void FullCodeGenerator::LoadContextField(Register dst, int context_index) { argument
3535 __ movp(dst, ContextOperand(rsi, context_index));
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc2939 __ LoadGlobalFunction(expr->context_index(), eax);
3536 void FullCodeGenerator::LoadContextField(Register dst, int context_index) { argument
3537 __ mov(dst, ContextOperand(esi, context_index));
/external/v8/src/ic/
H A Dic.cc656 script_contexts, lookup_result.context_index),
1511 script_contexts, lookup_result.context_index);
2343 script_contexts, lookup_result.context_index);
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc3056 __ LoadNativeContextSlot(expr->context_index(), r0);
3644 void FullCodeGenerator::LoadContextField(Register dst, int context_index) { argument
3645 __ ldr(dst, ContextMemOperand(cp, context_index));
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc3065 __ LoadNativeContextSlot(expr->context_index(), v0);
3653 void FullCodeGenerator::LoadContextField(Register dst, int context_index) { argument
3654 __ lw(dst, ContextMemOperand(cp, context_index));

Completed in 1676 milliseconds

12