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

1 2 34 5 6 7 8 910

  /external/v8/test/cctest/
test-serialize.cc 86 return ExternalReference(id, i::Isolate::Current()).address();
102 Isolate* isolate = i::Isolate::Current(); local
103 isolate->stats_table()->SetCounterFunction(counter_function);
114 ExternalReference(isolate->counters()->keyed_load_function_prototype());
118 ExternalReference::address_of_stack_limit(isolate);
122 ExternalReference::address_of_real_stack_limit(isolate);
127 encoder.Encode(ExternalReference::debug_break(isolate).address()));
131 ExternalReference::new_space_start(isolate).address()))
139 Isolate* isolate = i::Isolate::Current(); local
    [all...]
test-func-name-inference.cc 39 using ::v8::internal::Isolate;
82 int func_pos = Runtime::StringMatch(Isolate::Current(),
91 Runtime::FindSharedFunctionInfoInScript(Isolate::Current(),
test-heap.cc 73 Assembler assm(Isolate::Current(), NULL, 0);
160 Isolate::Current()->context()->global()->HasLocalProperty(object_symbol));
216 Isolate::Current()->context()->global()->SetProperty(
232 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(*name));
234 Object* func_value = Isolate::Current()->context()->global()->
243 Isolate::Current()->context()->global()->SetProperty(
252 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(*obj_name));
253 CHECK(Isolate::Current()->context()->global()->
255 Object* obj = Isolate::Current()->context()->global()->
295 GlobalHandles* global_handles = Isolate::Current()->global_handles()
    [all...]
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...]
test-hashing.cc 158 MacroAssembler masm(Isolate::Current(), buffer, sizeof buffer);
187 MacroAssembler masm(Isolate::Current(), buffer, sizeof buffer);
209 Isolate::Current()->heap()->HashSeed());
test-dataflow.cc 39 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
test-random.cc 34 #include "isolate.h"
79 Handle<Context> context(Isolate::Current()->context());
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
  /external/v8/src/
code-stubs.cc 41 Heap* heap = Isolate::Current()->heap();
53 masm->isolate()->counters()->code_stubs()->Increment();
78 Isolate* isolate = masm->isolate(); local
80 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name));
82 Counters* counters = isolate->counters();
100 Isolate* isolate = Isolate::Current() local
173 Isolate* isolate = new_object->GetIsolate(); local
182 Isolate* isolate = known_map_->GetIsolate(); local
    [all...]
deoptimizer.cc 55 Isolate::Current()->memory_allocator()->Free(
60 Isolate::Current()->memory_allocator()->Free(
83 Isolate* isolate) {
84 ASSERT(isolate == Isolate::Current());
85 Deoptimizer* deoptimizer = new Deoptimizer(isolate,
92 ASSERT(isolate->deoptimizer_data()->current_ == NULL);
93 isolate->deoptimizer_data()->current_ = deoptimizer;
98 Deoptimizer* Deoptimizer::Grab(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...]
frames.cc 92 : isolate_(Isolate::Current()),
99 StackFrameIterator::StackFrameIterator(Isolate* isolate)
100 : isolate_(isolate),
107 StackFrameIterator::StackFrameIterator(Isolate* isolate, ThreadLocalTop* t)
108 : isolate_(isolate),
114 StackFrameIterator::StackFrameIterator(Isolate* isolate,
116 : isolate_(isolate),
    [all...]
stub-cache.h 300 Isolate* isolate() { return isolate_; } function in class:v8::internal::StubCache
301 Heap* heap() { return isolate()->heap(); }
302 Factory* factory() { return isolate()->factory(); }
305 explicit StubCache(Isolate* isolate);
377 Isolate* isolate_;
379 friend class Isolate;
406 explicit StubCompiler(Isolate* isolate)
567 Isolate* isolate() { return isolate_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
incremental-marking.h 127 Isolate* isolate);
131 Isolate* isolate);
checks.cc 55 i::Isolate::Current()->PrintStack();
counters.h 103 friend class Isolate;
func-name-inferrer.cc 37 FuncNameInferrer::FuncNameInferrer(Isolate* isolate)
38 : isolate_(isolate),
50 isolate()->runtime_state(), name->Get(0))) {
57 if (IsOpen() && !isolate()->heap()->prototype_symbol()->Equals(*name)) {
64 if (IsOpen() && !isolate()->heap()->result_symbol()->Equals(*name)) {
71 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string());
85 Factory* factory = isolate()->factory();
ic-inl.h 46 Debug* debug = Isolate::Current()->debug();
scopeinfo.h 128 friend class Isolate;
compiler.h 48 Isolate* isolate() { function in class:v8::internal::BASE_EMBEDDED
49 ASSERT(Isolate::Current() == isolate_);
174 Isolate* isolate_;
log-utils.cc 51 Isolate* isolate = Isolate::Current(); local
52 if (isolate->IsDefaultIsolate()) return;
53 stream->Add("isolate-%p-", isolate);
93 !Isolate::Current()->IsDefaultIsolate()) {
string-stream.cc 197 DebugObjectCache* debug_object_cache = Isolate::Current()->
264 LOG(ISOLATE, StringEvent("StackDump", buffer_));
290 Isolate* isolate = Isolate::Current(); local
291 isolate->set_string_stream_current_security_token(NULL);
292 if (isolate->string_stream_debug_object_cache() == NULL) {
293 isolate->set_string_stream_debug_object_cache(
296 isolate->string_stream_debug_object_cache()->Clear();
303 Isolate::Current()->string_stream_debug_object_cache()->length() == 0)
449 Isolate* isolate = Isolate::Current(); local
    [all...]
debug.cc 44 #include "isolate-inl.h"
59 Debug::Debug(Isolate* isolate)
68 isolate_(isolate) {
90 Isolate* isolate = Isolate::Current(); local
91 return isolate->stub_cache()->ComputeCallDebugPrepareStepIn(argc, kind);
95 static v8::Handle<v8::Context> GetDebugEventContext(Isolate* isolate) {
734 Isolate* isolate = Isolate::Current(); local
1560 Isolate* isolate = Isolate::Current(); local
1611 Isolate* isolate = Isolate::Current(); local
3389 Isolate* isolate = Isolate::Current(); local
    [all...]
platform.h 705 Sampler(Isolate* isolate, int interval);
732 Isolate* isolate() { return isolate_; } function in class:v8::internal::Sampler
750 Isolate* isolate_;
  /external/v8/include/
v8.h 117 class Isolate;
457 // Faster version, uses HeapObject to obtain the current Isolate.
483 internal::Isolate* isolate_;
    [all...]

Completed in 2709 milliseconds

1 2 34 5 6 7 8 910