HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 126 - 150 of 231) sorted by null

1 2 3 4 56 7 8 910

  /external/v8/src/
property.h 195 explicit LookupResult(Isolate* isolate)
196 : isolate_(isolate),
197 next_(isolate->top_lookup_result()),
202 isolate->SetTopLookupResult(this);
387 Isolate* isolate_;
runtime-profiler.cc 38 #include "isolate-inl.h"
91 RuntimeProfiler::RuntimeProfiler(Isolate* isolate)
92 : isolate_(isolate),
417 void RuntimeProfiler::HandleWakeUp(Isolate* isolate) {
scopes.cc 103 : isolate_(Isolate::Current()),
126 : isolate_(Isolate::Current()),
147 : isolate_(Isolate::Current()),
264 AstNodeFactory<AstNullVisitor> ast_node_factory(info->isolate());
269 if (info->isolate()->bootstrapper()->IsActive()
288 Isolate* isolate = info->isolate(); local
289 Factory* factory = isolate->factory();
293 isolate->Throw(*result, &location)
1026 Isolate* isolate = Isolate::Current(); local
    [all...]
ast.cc 72 VariableProxy::VariableProxy(Isolate* isolate, Variable* var)
73 : Expression(isolate),
85 VariableProxy::VariableProxy(Isolate* isolate,
90 : Expression(isolate),
117 Assignment::Assignment(Isolate* isolate,
122 : Expression(isolate),
129 assignment_id_(GetNextId(isolate)),
    [all...]
objects.cc 94 Isolate* isolate = Isolate::Current(); local
95 Context* global_context = isolate->context()->global_context();
98 Isolate* isolate = HeapObject::cast(this)->GetIsolate(); local
99 Context* global_context = isolate->context()->global_context();
102 Isolate* isolate = HeapObject::cast(this)->GetIsolate(); local
103 Context* global_context = isolate->context()->global_context()
170 Isolate* isolate = name->GetIsolate(); local
225 Isolate* isolate = GetIsolate(); local
240 Isolate* isolate = object->IsHeapObject() local
556 Isolate* isolate = object->IsHeapObject() local
658 Isolate* isolate = heap->isolate(); local
682 Isolate* isolate = heap->isolate(); local
1523 Isolate* isolate = GetHeap()->isolate(); local
1898 Isolate* isolate = GetIsolate(); local
1961 Isolate* isolate = GetIsolate(); local
2028 Isolate* isolate = GetIsolate(); local
2416 Isolate* isolate = object->GetIsolate(); local
2596 Isolate* isolate = GetIsolate(); local
2620 Isolate* isolate = GetIsolate(); local
2639 Isolate* isolate = GetIsolate(); local
2660 Isolate* isolate = GetHeap()->isolate(); local
2729 Isolate* isolate = GetIsolate(); local
2755 Isolate* isolate = GetIsolate(); local
2765 Isolate* isolate = GetIsolate(); local
2818 Isolate* isolate = GetIsolate(); local
2826 Isolate* isolate = GetIsolate(); local
2854 Isolate* isolate = GetIsolate(); local
3032 Isolate* isolate = GetIsolate(); local
3129 Isolate* isolate = GetIsolate(); local
3242 Isolate* isolate = obj->GetIsolate(); local
3290 Isolate* isolate = object->GetIsolate(); local
3556 Isolate* isolate = GetIsolate(); local
3815 Isolate* isolate = GetIsolate(); local
3847 Isolate* isolate = GetIsolate(); local
3891 Isolate* isolate = GetIsolate(); local
3927 Isolate* isolate = GetIsolate(); local
4132 Isolate* isolate = GetIsolate(); local
4558 Isolate* isolate = GetIsolate(); local
4591 Isolate* isolate = GetIsolate(); local
4843 Isolate* isolate = map->GetIsolate(); local
5384 Isolate* isolate = cache->GetIsolate(); local
6396 Isolate* isolate = Isolate::Current(); local
6434 Isolate* isolate = Isolate::Current(); local
6902 Isolate* isolate = GetIsolate(); local
6967 Isolate* isolate = GetIsolate(); local
8744 Isolate* isolate = GetIsolate(); local
8946 Isolate* isolate = GetIsolate(); local
8986 Isolate* isolate = GetIsolate(); local
9034 Isolate* isolate = GetIsolate(); local
9230 Isolate* isolate = GetIsolate(); local
9533 Isolate* isolate = GetHeap()->isolate(); local
9578 Isolate* isolate = GetIsolate(); local
9674 Isolate* isolate = GetIsolate(); local
9757 Isolate* isolate = GetIsolate(); local
9762 Handle<InterceptorInfo> interceptor(GetIndexedInterceptor(), isolate); local
10043 Isolate* isolate = GetIsolate(); local
10081 Isolate* isolate = GetIsolate(); local
10158 Isolate* isolate = GetIsolate(); local
11581 Isolate* isolate = global->GetIsolate(); local
12644 Isolate* isolate = Isolate::Current(); local
12757 Isolate* isolate = Isolate::Current(); local
    [all...]
platform-linux.cc 373 LOG(i::Isolate::Current(),
490 i::Isolate* isolate = ISOLATE; local
524 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
1031 Isolate* isolate = Isolate::UncheckedCurrent();
1032 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse())
    [all...]
heap-inl.h 32 #include "isolate.h"
493 Isolate* Heap::isolate() { function in class:v8::internal::Heap
494 return reinterpret_cast<Isolate*>(reinterpret_cast<intptr_t>(this) -
495 reinterpret_cast<size_t>(reinterpret_cast<Isolate*>(4)->heap()) + 4);
513 #define CALL_AND_RETRY(ISOLATE, FUNCTION_CALL, RETURN_VALUE, RETURN_EMPTY)\
523 ISOLATE->heap()->CollectGarbage(Failure::cast(__maybe_object__)-> \
532 ISOLATE->counters()->gc_last_resort_from_handles()->Increment(); \
533 ISOLATE->heap()->CollectAllAvailableGarbage("last resort gc"); \
548 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE)
    [all...]
platform-macos.cc 162 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed"));
272 LOG(Isolate::Current(),
805 if (!sampler->isolate()->IsInitialized()) return;
813 if (!sampler->isolate()->IsInitialized()) return;
814 sampler->isolate()->runtime_profiler()->NotifyTick();
820 TickSample* sample = CpuProfiler::TickSampleEvent(sampler->isolate());
851 sample->state = sampler->isolate()->current_vm_state();
879 Sampler::Sampler(Isolate* isolate, int interval)
880 : isolate_(isolate),
    [all...]
platform-solaris.cc 187 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
673 Isolate* isolate = Isolate::UncheckedCurrent();
674 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
675 // We require a fully initialized and entered isolate.
679 !isolate->thread_manager()->IsLockedByCurrentThread()) {
683 Sampler* sampler = isolate->logger()->sampler()
    [all...]
heap.h 251 class Isolate;
    [all...]
json-parser.h 151 inline Isolate* isolate() { return isolate_; } function in class:v8::internal::BASE_EMBEDDED
161 Isolate* isolate_;
168 isolate_ = source->map()->GetHeap()->isolate();
187 Factory* factory = isolate()->factory();
226 isolate()->Throw(*result, &location);
255 return isolate()->factory()->false_value();
263 return isolate()->factory()->true_value();
271 return isolate()->factory()->null_value();
289 isolate()->global_context()->object_function())
    [all...]
platform-posix.cc 97 Isolate* isolate = Isolate::UncheckedCurrent(); local
98 // Note that the current isolate isn't set up in a call path via
101 if (isolate != NULL) {
103 uint64_t rnd1 = V8::RandomPrivate(isolate);
104 uint64_t rnd2 = V8::RandomPrivate(isolate);
111 uint32_t raw_addr = V8::RandomPrivate(isolate);
mksnapshot.cc 310 i::Isolate::Current()->bootstrapper()->NativesSourceLookup(i);
platform-freebsd.cc 175 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
302 LOG(i::Isolate::Current(), SharedLibraryEvent(start_of_path, start, end));
681 Isolate* isolate = Isolate::UncheckedCurrent();
682 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
683 // We require a fully initialized and entered isolate.
687 !isolate->thread_manager()->IsLockedByCurrentThread())
    [all...]
profile-generator.cc 49 Isolate* isolate = Isolate::Current(); local
52 isolate->global_handles()->ClearWeakness(token_locations_[i]);
53 isolate->global_handles()->Destroy(token_locations_[i]);
60 Isolate* isolate = Isolate::Current(); local
65 Handle<Object> handle = isolate->global_handles()->Create(token);
68 isolate->global_handles()->MakeWeak(handle.location(), this
2600 Isolate* isolate = Isolate::Current(); local
2758 Isolate* isolate = Isolate::Current(); local
    [all...]
runtime.cc 46 #include "isolate-inl.h"
68 if (!(value)) return isolate->ThrowIllegalOperation();
139 MUST_USE_RESULT static MaybeObject* DeepCopyBoilerplate(Isolate* isolate,
141 StackLimitCheck check(isolate);
142 if (check.HasOverflowed()) return isolate->StackOverflow();
144 Heap* heap = isolate->heap();
158 { MaybeObject* maybe_result = DeepCopyBoilerplate(isolate, js_object);
169 { MaybeObject* maybe_result = DeepCopyBoilerplate(isolate, js_object);
195 { MaybeObject* maybe_result = DeepCopyBoilerplate(isolate, js_object)
282 Isolate* isolate = context->GetIsolate(); local
929 Isolate* isolate = obj->GetIsolate(); local
    [all...]
  /external/v8/src/mips/
assembler-mips.h 425 Isolate* isolate = Isolate::UncheckedCurrent(); local
426 if (isolate == NULL) {
427 // When no isolate is available, work as if we're running in
431 unsigned enabled = static_cast<unsigned>(isolate->enabled_cpu_features());
446 isolate_ = Isolate::UncheckedCurrent();
454 ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_);
461 Isolate* isolate_;
488 // when there's only a single isolate, which is guaranteed whe
    [all...]
ic-mips.cc 403 Isolate::Current()->stub_cache()->GenerateProbe(
439 Isolate::Current()->stub_cache()->GenerateProbe(
497 Isolate* isolate = masm->isolate(); local
500 __ IncrementCounter(isolate->counters()->call_miss(), 1, a3, t0);
502 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, a3, t0);
516 __ PrepareCEntryFunction(ExternalReference(IC_Utility(id), isolate));
593 Counters* counters = masm->isolate()->counters();
704 Isolate::Current()->stub_cache()->GenerateProbe
740 Isolate* isolate = masm->isolate(); local
935 Isolate* isolate = masm->isolate(); local
975 Isolate* isolate = masm->isolate(); local
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 44 using v8::internal::Isolate;
161 MacroAssembler assembler(Isolate::Current(),
251 MacroAssembler assembler(Isolate::Current(),
303 MacroAssembler assembler(Isolate::Current(),
433 MacroAssembler assembler(Isolate::Current(),
479 MacroAssembler assembler(Isolate::Current(),
729 MacroAssembler assembler(Isolate::Current(),
819 MacroAssembler assembler(Isolate::Current(),
1011 MacroAssembler assembler(Isolate::Current(),
1103 MacroAssembler assembler(Isolate::Current()
    [all...]
test-debug.cc 146 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
201 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
285 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
346 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
373 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
385 Debug* debug = Isolate::Current()->debug();
412 return Isolate::Current()->stub_cache()->ComputeCallDebugBreak(argc,
421 CHECK(Isolate::Current()->debug()->debug_context().is_null());
422 CHECK_EQ(NULL, Isolate::Current()->debug()->debug_info_list_);
454 Isolate::Current()->debugger()->never_unload_debugger_ = false
6666 i::Isolate* isolate = i::Isolate::Current(); local
    [all...]
test-strings.cc 236 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
351 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
441 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
  /external/v8/src/arm/
assembler-arm.h 520 Isolate* isolate = Isolate::UncheckedCurrent(); local
521 if (isolate == NULL) {
522 // When no isolate is available, work as if we're running in
526 unsigned enabled = static_cast<unsigned>(isolate->enabled_cpu_features());
541 isolate_ = Isolate::UncheckedCurrent();
549 ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_);
556 Isolate* isolate_;
583 // when there's only a single isolate, which is guaranteed whe
    [all...]
ic-arm.cc 401 Isolate::Current()->stub_cache()->GenerateProbe(
440 Isolate::Current()->stub_cache()->GenerateProbe(
497 Isolate* isolate = masm->isolate(); local
500 __ IncrementCounter(isolate->counters()->call_miss(), 1, r3, r4);
502 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, r3, r4);
516 __ mov(r1, Operand(ExternalReference(IC_Utility(id), isolate)));
595 Counters* counters = masm->isolate()->counters();
708 Isolate::Current()->stub_cache()->GenerateProbe
744 Isolate* isolate = masm->isolate(); local
934 Isolate* isolate = masm->isolate(); local
974 Isolate* isolate = masm->isolate(); local
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 40 #include "isolate.h"
474 Isolate* isolate = Isolate::UncheckedCurrent();
475 if (isolate == NULL) {
476 // When no isolate is available, work as if we're running in
480 uint64_t enabled = isolate->enabled_cpu_features();
495 isolate_ = Isolate::UncheckedCurrent();
503 ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_);
510 Isolate* isolate_
    [all...]
  /external/v8/src/x64/
assembler-x64.h 468 Isolate* isolate = Isolate::UncheckedCurrent();
469 if (isolate == NULL) {
470 // When no isolate is available, work as if we're running in
474 uint64_t enabled = isolate->enabled_cpu_features();
489 isolate_ = Isolate::UncheckedCurrent();
497 ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_);
504 Isolate* isolate_;
557 Assembler(Isolate* isolate, void* buffer, int buffer_size)
    [all...]

Completed in 2523 milliseconds

1 2 3 4 56 7 8 910