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

1 2 3 4 5 67 8 910

  /external/v8/src/
scopes.h 421 Isolate* const isolate_;
d8.cc 249 Unlocker unlock(Isolate::GetCurrent());
736 i::Debug* debug = i::Isolate::Current()->debug();
929 // Use _exit instead of exit to avoid races between isolate
1009 v8::Unlocker unlocker(Isolate::GetCurrent());
1225 Isolate* isolate = Isolate::New(); local
    [all...]
jsregexp.cc 100 Isolate* isolate = re->GetIsolate(); local
101 Factory* factory = isolate->factory();
107 isolate->Throw(*regexp_err);
117 Isolate* isolate = re->GetIsolate(); local
119 CompilationCache* compilation_cache = isolate->compilation_cache();
122 LOG(isolate, RegExpCompileEvent(re, in_cache));
130 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
131 PostponeInterruptsScope postpone(isolate);
221 Isolate* isolate = re->GetIsolate(); local
321 Isolate* isolate = re->GetIsolate(); local
456 Isolate* isolate = regexp->GetIsolate(); local
531 Isolate* isolate = jsregexp->GetIsolate(); local
1935 Isolate* isolate = Isolate::Current(); local
2464 Isolate* isolate = Isolate::Current(); local
4191 Isolate* isolate = Isolate::Current(); local
    [all...]
factory.h 410 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \
418 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \
424 return Handle<String>(&isolate()->heap()->hidden_symbol_);
487 Isolate* isolate() { return reinterpret_cast<Isolate*>(this); } function in class:v8::internal::Factory
global-handles.cc 211 bool PostGarbageCollectionProcessing(Isolate* isolate,
232 VMState state(isolate, EXTERNAL);
383 GlobalHandles::GlobalHandles(Isolate* isolate)
384 : isolate_(isolate),
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...]
jsregexp.h     [all...]
spaces.h 39 class Isolate;
815 explicit CodeRange(Isolate* isolate);
842 Isolate* isolate_;
945 explicit MemoryAllocator(Isolate* isolate);
    [all...]
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...]
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/x64/
regexp-macro-assembler-x64.h 114 Isolate* isolate);
regexp-macro-assembler-x64.cc 75 * - Isolate* isolate (Address of the current isolate)
117 : masm_(Isolate::Current(), NULL, kRegExpCodeSize),
412 // Isolate* isolate
420 // Isolate.
431 // Isolate.
439 ExternalReference::re_case_insensitive_compare_uc16(masm_.isolate());
761 ExternalReference::address_of_stack_limit(masm_.isolate());
    [all...]
lithium-codegen-x64.h 72 Isolate* isolate() const { return info_->isolate(); } function in class:v8::internal::BASE_EMBEDDED
73 Factory* factory() const { return isolate()->factory(); }
74 Heap* heap() const { return isolate()->heap(); }
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 63 * - fp[52] Isolate* isolate (Address of the current isolate)
119 : masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
361 // r3: Isolate* isolate
371 // Isolate.
377 ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
642 ExternalReference::address_of_stack_limit(masm_->isolate());
799 ExternalReference::re_grow_stack(masm_->isolate());
    [all...]
assembler-arm-inl.h 239 // TODO(isolates): Get a cached isolate below.
244 Isolate::Current()->debug()->has_break_points()) {
265 } else if (heap->isolate()->debug()->has_break_points() &&
macro-assembler-arm.cc 42 MacroAssembler::MacroAssembler(Isolate* arg_isolate, void* buffer, int size)
47 if (isolate() != NULL) {
48 code_object_ = Handle<Object>(isolate()->heap()->undefined_value(),
49 isolate());
412 if (isolate()->heap()->InNewSpace(*object)) {
414 isolate()->factory()->NewJSGlobalPropertyCell(object);
428 and_(scratch, object, Operand(ExternalReference::new_space_mask(isolate())));
429 cmp(scratch, Operand(ExternalReference::new_space_start(isolate())));
559 ExternalReference::store_buffer_top(isolate());
836 mov(ip, Operand(ExternalReference(Isolate::kCEntryFPAddress, isolate())))
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 118 : masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
367 // a3: Isolate* isolate.
377 // Isolate.
383 ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
639 ExternalReference::address_of_stack_limit(masm_->isolate());
806 ExternalReference::re_grow_stack(masm_->isolate());
835 LOG(Isolate::Current(), RegExpCodeCreateEvent(*code, *source));
    [all...]
simulator-mips.cc 528 Heap* current_heap = v8::internal::Isolate::Current()->heap();
876 void Simulator::Initialize(Isolate* isolate) {
877 if (isolate->simulator_initialized()) return;
878 isolate->set_simulator_initialized(true);
879 ::v8::internal::ExternalReference::set_redirector(isolate,
884 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) {
890 Initialize(isolate);
941 Isolate* isolate = Isolate::Current(); local
959 Isolate* isolate = Isolate::Current(); local
    [all...]
assembler-mips-inl.h 304 // TODO(isolates): Get a cached isolate below.
309 Isolate::Current()->debug()->has_break_points()) {
330 } else if (heap->isolate()->debug()->has_break_points() &&
  /external/v8/test/cctest/
test-disasm-x64.cc 61 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
255 Handle<Code> ic(Isolate::Current()->builtins()->builtin(
266 assm.isolate());
  /external/v8/src/ia32/
lithium-codegen-ia32.h 72 Isolate* isolate() const { return info_->isolate(); } function in class:v8::internal::BASE_EMBEDDED
73 Factory* factory() const { return isolate()->factory(); }
74 Heap* heap() const { return isolate()->heap(); }
regexp-macro-assembler-ia32.cc 59 * - Isolate* isolate (Address of the current isolate)
102 : masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
382 // Isolate* isolate
384 // Set isolate.
402 ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
694 ExternalReference::address_of_stack_limit(masm_->isolate());
861 ExternalReference::re_grow_stack(masm_->isolate());
    [all...]
deoptimizer-ia32.cc 49 Isolate* isolate = code->GetIsolate(); local
50 HandleScope scope(isolate);
90 Factory* factory = isolate->factory();
120 Isolate* isolate = function->GetIsolate();
121 HandleScope scope(isolate);
183 isolate->heap()->CreateFillerObjectAt(junk_address,
188 DeoptimizerData* data = isolate->deoptimizer_data();
195 isolate->heap()->mark_compact_collector()->InvalidateCode(code)
849 Isolate* isolate = masm()->isolate(); local
    [all...]
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...]
macro-assembler-ia32.cc 44 MacroAssembler::MacroAssembler(Isolate* arg_isolate, void* buffer, int size)
49 if (isolate() != NULL) {
50 code_object_ = Handle<Object>(isolate()->heap()->undefined_value(),
51 isolate());
96 ExternalReference::store_buffer_top(isolate());
305 mov(ebx, Immediate(ExternalReference(Runtime::kDebugBreak, isolate())));
355 Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
363 Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
429 isolate()->factory()->heap_number_map(),
599 isolate()->factory()->heap_number_map())
    [all...]

Completed in 450 milliseconds

1 2 3 4 5 67 8 910