HomeSort by relevance Sort by last modified time
    Searched defs:isolate (Results 176 - 200 of 285) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/x64/
deoptimizer-x64.cc 90 Isolate* isolate = code->GetIsolate(); local
94 DeoptimizerData* data = isolate->deoptimizer_data();
101 isolate->heap()->mark_compact_collector()->InvalidateCode(code);
827 Isolate* isolate = masm()->isolate(); local
831 __ CallCFunction(ExternalReference::new_deoptimizer_function(isolate), 6);
    [all...]
  /external/chromium_org/v8/src/
compiler.h 63 Isolate* isolate() { function in class:v8::internal::CompilationInfo
64 ASSERT(Isolate::Current() == isolate_);
295 isolate()->factory()->NewForeign(reinterpret_cast<Address>(this));
301 ASSERT(!isolate()->optimizing_compiler_thread()->IsOptimizerThread());
306 ASSERT(!isolate()->optimizing_compiler_thread()->IsOptimizerThread());
316 Isolate* isolate,
320 Isolate* isolate_;
334 void Initialize(Isolate* isolate, Mode mode, Zone* zone)
518 Isolate* isolate() const { return info()->isolate(); } function in class:v8::internal::OptimizingCompiler
638 Isolate* isolate() const { return info()->isolate(); } function in class:v8::internal::BASE_EMBEDDED
    [all...]
deoptimizer.h 181 Isolate* isolate);
182 static Deoptimizer* Grab(Isolate* isolate);
189 Isolate* isolate);
191 Isolate* isolate);
211 static void DeoptimizeAll(Isolate* isolate);
331 Isolate* isolate() const { return masm_->isolate(); } function in class:v8::internal::Deoptimizer::BASE_EMBEDDED
362 Isolate* isolate() const { return isolate_; } function in class:v8::internal::Deoptimizer
    [all...]
full-codegen.cc 310 Isolate* isolate = info->isolate(); local
314 isolate->counters()->total_full_codegen_source_size()->Increment(len);
318 MacroAssembler masm(info->isolate(), NULL, kInitialBufferSize);
322 LOG_CODE_EVENT(isolate,
328 ASSERT(!isolate->has_pending_exception());
345 info->isolate()->debugger()->IsDebuggerActive());
365 LOG_CODE_EVENT(isolate, CodeEndLinePosInfoRecordEvent(*code, line_info));
393 Handle<DeoptimizationOutputData> data = isolate()->factory()-
    [all...]
full-codegen.h 729 Isolate* isolate() const { return codegen_->isolate(); } function in class:v8::internal::FullCodeGenerator::BASE_EMBEDDED
    [all...]
handles.cc 48 int HandleScope::NumberOfHandles(Isolate* isolate) {
49 HandleScopeImplementer* impl = isolate->handle_scope_implementer();
53 (isolate->handle_scope_data()->next - impl->blocks()->last()));
57 Object** HandleScope::Extend(Isolate* isolate) {
59 isolate->handle_scope_data();
71 HandleScopeImplementer* impl = isolate->handle_scope_implementer();
97 void HandleScope::DeleteExtensions(Isolate* isolate) {
240 Isolate* isolate = object->GetIsolate(); local
250 Isolate* isolate = object->GetIsolate(); local
260 Isolate* isolate = object->GetIsolate(); local
269 Isolate* isolate = obj->GetIsolate(); local
277 Isolate* isolate = obj->GetIsolate(); local
309 Isolate* isolate = obj->GetIsolate(); local
316 Isolate* isolate = obj->GetIsolate(); local
343 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); local
355 Isolate* isolate = script->GetIsolate(); local
444 Isolate* isolate = src->GetIsolate(); local
540 Isolate* isolate = receiver->GetIsolate(); local
562 Isolate* isolate = receiver->GetIsolate(); local
582 Isolate* isolate = script->GetIsolate(); local
616 Isolate* isolate = object->GetIsolate(); local
710 Isolate* isolate = object->GetIsolate(); local
731 Isolate* isolate = object->GetIsolate(); local
    [all...]
lithium-allocator.h 436 Isolate* isolate() const { return graph_->isolate(); } function in class:v8::internal::BASE_EMBEDDED
serialize.cc 67 ExternalReferenceTable* ExternalReferenceTable::instance(Isolate* isolate) {
69 isolate->external_reference_table();
71 external_reference_table = new ExternalReferenceTable(isolate);
72 isolate->set_external_reference_table(external_reference_table);
81 Isolate* isolate) {
85 ExternalReference ref(static_cast<Builtins::CFunctionId>(id), isolate); local
90 ExternalReference ref(static_cast<Builtins::Name>(id), isolate); local
95 ExternalReference ref(static_cast<Runtime::FunctionId>(id), isolate); local
789 i::Isolate* isolate = Isolate::Current(); local
939 Isolate* const isolate = isolate_; local
1301 Isolate* isolate = Isolate::Current(); local
1322 Isolate* isolate = Isolate::Current(); local
1374 Isolate* isolate = Isolate::Current(); local
1487 Isolate* isolate = Isolate::Current(); local
    [all...]
assembler.h 43 #include "isolate.h"
59 AssemblerBase(Isolate* isolate, void* buffer, int buffer_size);
62 Isolate* isolate() const { return isolate_; } function in class:v8::internal::AssemblerBase
98 Isolate* isolate_;
453 void Print(Isolate* isolate, FILE* out);
689 ExternalReference(Builtins::CFunctionId id, Isolate* isolate);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 125 i::Isolate* isolate = i::Isolate::Current(); local
126 i::Factory* factory = isolate->factory();
129 i::HandleScope scope(isolate);
144 CpuProfiler profiler(isolate, profiles, &generator, &processor);
194 i::Isolate* isolate = i::Isolate::Current(); local
195 i::HandleScope scope(isolate);
265 i::Isolate* isolate = i::Isolate::Current(); local
394 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
1341 i::Isolate* isolate = i::Isolate::Current(); local
    [all...]
test-parsing.cc 37 #include "isolate.h"
142 i::Isolate::Current()->stack_guard()->SetStackLimit(
176 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
177 v8::HandleScope handles(isolate);
178 v8::Local<v8::Context> context = v8::Context::New(isolate);
181 i::Isolate::Current()->stack_guard()->SetStackLimit(
244 i::Isolate::Current()->stack_guard()->SetStackLimit(
256 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit()
339 i::Isolate* isolate = i::Isolate::Current(); local
439 i::Isolate* isolate = i::Isolate::Current(); local
546 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
992 i::Isolate* isolate = i::Isolate::Current(); local
1050 i::Isolate* isolate = i::Isolate::Current(); local
1112 i::Isolate* isolate = i::Isolate::Current(); local
    [all...]
test-regexp.cc 74 v8::HandleScope scope(v8::Isolate::GetCurrent());
75 Zone zone(Isolate::Current());
76 FlatStringReader reader(Isolate::Current(), CStrVector(input));
85 v8::HandleScope scope(v8::Isolate::GetCurrent());
86 Zone zone(Isolate::Current());
87 FlatStringReader reader(Isolate::Current(), CStrVector(input));
100 v8::HandleScope scope(v8::Isolate::GetCurrent());
101 Zone zone(Isolate::Current());
102 FlatStringReader reader(Isolate::Current(), CStrVector(input));
119 v8::HandleScope scope(v8::Isolate::GetCurrent())
510 Isolate* isolate = Isolate::Current(); local
747 Isolate* isolate = Isolate::Current(); local
784 Isolate* isolate = Isolate::Current(); local
850 Isolate* isolate = Isolate::Current(); local
921 Isolate* isolate = Isolate::Current(); local
961 Isolate* isolate = Isolate::Current(); local
1010 Isolate* isolate = Isolate::Current(); local
1062 Isolate* isolate = Isolate::Current(); local
1121 Isolate* isolate = Isolate::Current(); local
1180 Isolate* isolate = Isolate::Current(); local
1283 Isolate* isolate = Isolate::Current(); local
1322 Isolate* isolate = Isolate::Current(); local
1406 Isolate* isolate = Isolate::Current(); local
    [all...]
test-strings.cc 140 Isolate* isolate = Isolate::Current(); local
141 Factory* factory = isolate->factory();
293 empty_string_ = Isolate::Current()->heap()->empty_string();
406 Factory* factory = Isolate::Current()->factory();
468 Factory* factory = Isolate::Current()->factory();
486 Factory* factory = Isolate::Current()->factory();
505 Factory* factory = Isolate::Current()->factory();
573 v8::HandleScope scope(CcTest::isolate());
662 Isolate* isolate = Isolate::Current(); local
933 Isolate* isolate = Isolate::Current(); local
1021 Isolate* isolate = Isolate::Current(); local
1054 Isolate* isolate = Isolate::Current(); local
    [all...]
  /external/v8/src/arm/
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/
elements.cc 127 HandleScope scope(heap->isolate());
128 return heap->isolate()->Throw(
129 *heap->isolate()->factory()->NewRangeError("invalid_array_length",
1063 Isolate* isolate = obj->GetIsolate(); local
    [all...]
full-codegen.cc 290 Isolate* isolate = info->isolate(); local
294 isolate->counters()->total_full_codegen_source_size()->Increment(len);
301 MacroAssembler masm(info->isolate(), NULL, kInitialBufferSize);
309 ASSERT(!isolate->has_pending_exception());
327 info->isolate()->debugger()->IsDebuggerActive());
336 isolate->runtime_profiler()->NotifyCodeGenerated(code->instruction_size());
371 Handle<DeoptimizationOutputData> data = isolate()->factory()->
382 Handle<TypeFeedbackInfo> info = isolate()->factory()->NewTypeFeedbackInfo()
    [all...]
full-codegen.h 622 Isolate* isolate() const { return codegen_->isolate(); } function in class:v8::internal::FullCodeGenerator::BASE_EMBEDDED
ic.cc 74 Isolate* isolate = new_target->GetIsolate(); local
75 Code* apply_builtin = isolate->builtins()->builtin(
112 IC::IC(FrameDepth depth, Isolate* isolate) : isolate_(isolate) {
113 ASSERT(isolate == Isolate::Current());
118 Isolate::c_entry_fp(isolate->thread_local_top())
2316 Handle<JSFunction> builtin_function(JSFunction::cast(builtin), isolate); local
2425 Handle<JSFunction> builtin_function(JSFunction::cast(builtin), isolate); local
    [all...]
platform-cygwin.cc 159 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
264 i::Isolate* isolate = ISOLATE; local
298 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
686 if (!sampler->isolate()->IsInitialized()) return;
694 if (!sampler->isolate()->IsInitialized()) return;
695 sampler->isolate()->runtime_profiler()->NotifyTick();
707 TickSample* sample = CpuProfiler::TickSampleEvent(sampler->isolate());
712 sample->state = sampler->isolate()->current_vm_state()
    [all...]
serialize.cc 65 ExternalReferenceTable* ExternalReferenceTable::instance(Isolate* isolate) {
67 isolate->external_reference_table();
69 external_reference_table = new ExternalReferenceTable(isolate);
70 isolate->set_external_reference_table(external_reference_table);
79 Isolate* isolate) {
83 ExternalReference ref(static_cast<Builtins::CFunctionId>(id), isolate); local
88 ExternalReference ref(static_cast<Builtins::Name>(id), isolate); local
93 ExternalReference ref(static_cast<Runtime::FunctionId>(id), isolate); local
785 Isolate* const isolate = isolate_; local
1137 Isolate* isolate = Isolate::Current(); local
1152 Isolate* isolate = Isolate::Current(); local
1172 Isolate* isolate = Isolate::Current(); local
1204 Isolate* isolate = Isolate::Current(); local
1221 Isolate* isolate = Isolate::Current(); local
    [all...]
stub-cache.cc 46 StubCache::StubCache(Isolate* isolate) : isolate_(isolate) {
47 ASSERT(isolate == Isolate::Current());
97 isolate()->counters()->megamorphic_stub_cache_updates()->Increment();
403 name = isolate()->factory()->KeyedLoadElementMonomorphic_symbol();
406 name = isolate()->factory()->KeyedStoreElementMonomorphic_symbol();
409 name = isolate()->factory()->KeyedStoreAndGrowElementMonomorphic_symbol();
526 KeyedStoreStubCompiler compiler(isolate(), strict_mode
1055 Isolate* isolate = receiver_handle->GetIsolate(); local
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 374 Heap* heap = masm->isolate()->heap();
375 Factory* factory = masm->isolate()->factory();
432 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map());
472 Isolate* isolate = masm->isolate(); local
473 Counters* counters = isolate->counters();
487 isolate->factory()->hash_table_map(),
526 Immediate(isolate->factory()->hash_table_map()));
545 ExternalReference::keyed_lookup_cache_keys(masm->isolate());
956 Isolate* isolate = masm->isolate(); local
1169 Isolate* isolate = masm->isolate(); local
    [all...]
  /external/v8/src/mips/
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-regexp.cc 75 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
76 FlatStringReader reader(Isolate::Current(), CStrVector(input));
85 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
86 FlatStringReader reader(Isolate::Current(), CStrVector(input));
99 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
100 FlatStringReader reader(Isolate::Current(), CStrVector(input));
117 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
118 FlatStringReader reader(Isolate::Current(), CStrVector(input));
388 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
389 FlatStringReader reader(Isolate::Current(), CStrVector(input))
499 Isolate* isolate = Isolate::Current(); local
1231 Isolate* isolate = Isolate::Current(); local
1269 Isolate* isolate = Isolate::Current(); local
1354 Isolate* isolate = Isolate::Current(); local
    [all...]
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 42 static void ProbeTable(Isolate* isolate,
53 ExternalReference key_offset(isolate->stub_cache()->key_reference(table));
54 ExternalReference value_offset(isolate->stub_cache()->value_reference(table));
55 ExternalReference map_offset(isolate->stub_cache()->map_reference(table));
136 Counters* counters = masm->isolate()->counters();
191 Isolate* isolate = masm->isolate(); local
218 Counters* counters = masm->isolate()->counters()
301 Isolate* isolate = masm->isolate(); local
    [all...]

Completed in 1459 milliseconds

1 2 3 4 5 6 78 91011>>