HomeSort by relevance Sort by last modified time
    Searched full:isolate (Results 126 - 150 of 399) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/
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...]
incremental-marking.cc 80 Isolate* isolate) {
91 IncrementalMarking* marking = isolate->heap()->incremental_marking();
99 Isolate* isolate) {
100 IncrementalMarking* marking = isolate->heap()->incremental_marking();
118 Code* host = heap_->isolate()->inner_pointer_to_code_cache()->
547 heap_->isolate()->compilation_cache()->MarkCompactPrologue();
731 heap_->isolate()->stack_guard()->Continue(GC_REQUEST);
748 heap_->isolate()->stack_guard()->Continue(GC_REQUEST)
    [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...]
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...]
string-search.h 47 static const int kBMMaxShift = Isolate::kBMMaxShift;
57 static const int kUC16AlphabetSize = Isolate::kUC16AlphabetSize;
72 friend class Isolate;
79 StringSearch(Isolate* isolate, Vector<const PatternChar> pattern)
80 : isolate_(isolate),
195 Isolate* isolate_;
562 int SearchString(Isolate* isolate,
566 StringSearch<PatternChar, SubjectChar> search(isolate, pattern)
    [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
log.h 81 #define LOG(isolate, Call) \
84 (isolate)->logger(); \
181 // Static versions of the above, operate on current isolate's logger.
392 friend class Isolate;
466 static void Trace(Isolate* isolate, TickSample* sample);
runtime-profiler.cc 38 #include "isolate-inl.h"
91 RuntimeProfiler::RuntimeProfiler(Isolate* isolate)
92 : isolate_(isolate),
417 void RuntimeProfiler::HandleWakeUp(Isolate* isolate) {
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...]
  /external/v8/src/arm/
lithium-codegen-arm.h 71 Isolate* isolate() const { return info_->isolate(); } function in class:v8::internal::BASE_EMBEDDED
72 Factory* factory() const { return isolate()->factory(); }
73 Heap* heap() const { return isolate()->heap(); }
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));
141 Counters* counters = masm->isolate()->counters();
196 Isolate* isolate = masm->isolate(); local
223 Counters* counters = masm->isolate()->counters()
305 Isolate* isolate = masm->isolate(); local
1630 Isolate* isolate = masm()->isolate(); local
    [all...]
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...]
code-stubs-arm.cc 3265 Isolate* isolate = masm->isolate(); local
3388 Isolate* isolate = masm->isolate(); local
3692 Isolate* isolate = masm->isolate(); local
3863 Isolate* isolate = masm->isolate(); local
3927 Isolate* isolate = masm->isolate(); local
    [all...]
  /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(); }
builtins-ia32.cc 73 __ JumpToExternalReference(ExternalReference(id, masm->isolate()));
106 ExternalReference::debug_step_in_fp_address(masm->isolate());
163 Factory* factory = masm->isolate()->factory();
317 masm->isolate()->builtins()->HandleApiCallConstruct();
329 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
365 __ IncrementCounter(masm->isolate()->counters()->constructed_objects(), 1);
565 Factory* factory = masm->isolate()->factory();
700 __ jmp(masm->isolate()->builtins()->ArgumentsAdaptorTrampoline(),
706 __ jmp(masm->isolate()->builtins()->ArgumentsAdaptorTrampoline(),
722 masm->isolate()->builtins()->ArgumentsAdaptorTrampoline())
    [all...]
code-stubs-ia32.cc 34 #include "isolate.h"
53 Factory* factory = masm->isolate()->factory();
88 Factory* factory = masm->isolate()->factory();
132 Factory* factory = masm->isolate()->factory();
183 Factory* factory = masm->isolate()->factory();
313 Factory* factory = masm->isolate()->factory();
389 Factory* factory = masm->isolate()->factory();
423 Factory* factory = masm->isolate()->factory();
539 ExternalReference::store_buffer_overflow_function(masm->isolate()),
586 ExternalReference(IC_Utility(IC::kToBoolean_Patch), masm->isolate()),
4588 Isolate* isolate = masm->isolate(); local
4623 Isolate* isolate = masm->isolate(); local
4961 Isolate* isolate = masm->isolate(); local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 71 Isolate* isolate() const { return info_->isolate(); } function in class:v8::internal::BASE_EMBEDDED
72 Factory* factory() const { return isolate()->factory(); }
73 Heap* heap() const { return isolate()->heap(); }
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...]
stub-cache-mips.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));
132 Counters* counters = masm->isolate()->counters();
185 Isolate* isolate = masm->isolate(); local
212 Counters* counters = masm->isolate()->counters()
292 Isolate* isolate = masm->isolate(); local
    [all...]
  /external/v8/src/x64/
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(); }
macro-assembler-x64.cc 43 MacroAssembler::MacroAssembler(Isolate* arg_isolate, void* buffer, int size)
49 if (isolate() != NULL) {
50 code_object_ = Handle<Object>(isolate()->heap()->undefined_value(),
51 isolate());
56 static intptr_t RootRegisterDelta(ExternalReference other, Isolate* isolate) {
58 reinterpret_cast<Address>(isolate->heap()->roots_array_start());
67 intptr_t delta = RootRegisterDelta(target, isolate());
80 intptr_t delta = RootRegisterDelta(source, isolate());
99 intptr_t delta = RootRegisterDelta(destination, isolate());
    [all...]
full-codegen-x64.cc 124 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
136 MaybeObject* maybe_cell = isolate()->heap()->AllocateJSGlobalPropertyCell(
145 isolate()->builtins()->builtin(Builtins::kLazyRecompile));
547 __ Move(result_register(), isolate()->factory()->true_value());
550 __ Move(result_register(), isolate()->factory()->false_value());
560 __ Push(isolate()->factory()->true_value());
563 __ Push(isolate()->factory()->false_value());
    [all...]
ic-x64.cc 418 Counters* counters = masm->isolate()->counters();
474 = ExternalReference::keyed_lookup_cache_keys(masm->isolate());
497 = ExternalReference::keyed_lookup_cache_field_offsets(masm->isolate());
618 masm->isolate()),
828 Isolate::Current()->stub_cache()->GenerateProbe(masm, flags, rdx, rcx, rbx,
    [all...]
  /external/v8/test/cctest/
test-thread-termination.cc 163 explicit TerminatorThread(i::Isolate* isolate)
165 isolate_(reinterpret_cast<v8::Isolate*>(isolate)) { }
173 v8::Isolate* isolate_;
181 TerminatorThread thread(i::Isolate::Current());
227 // Test that multiple threads using default isolate can be terminated
test-assembler-arm.cc 62 Assembler assm(Isolate::Current(), NULL, 0);
88 Assembler assm(Isolate::Current(), NULL, 0);
125 Assembler assm(Isolate::Current(), NULL, 0);
178 Assembler assm(Isolate::Current(), NULL, 0);
245 Assembler assm(Isolate::Current(), NULL, 0);
361 Assembler assm(Isolate::Current(), NULL, 0);
397 Assembler assm(Isolate::Current(), NULL, 0);
440 Assembler assm(Isolate::Current(), NULL, 0);
643 Assembler assm(Isolate::Current(), NULL, 0);
754 Assembler assm(Isolate::Current(), NULL, 0)
    [all...]

Completed in 620 milliseconds

1 2 3 4 56 7 8 91011>>