HomeSort by relevance Sort by last modified time
    Searched refs:i_isolate (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/v8/test/cctest/
test-deoptimization.cc 130 NonIncrementalGC(CcTest::i_isolate());
134 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
146 NonIncrementalGC(CcTest::i_isolate());
150 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
170 NonIncrementalGC(CcTest::i_isolate());
174 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
187 NonIncrementalGC(CcTest::i_isolate());
191 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
212 NonIncrementalGC(CcTest::i_isolate());
217 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
353 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
419 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>((*env)->GetIsolate()); local
455 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
476 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
497 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
518 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
539 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
560 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
615 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
706 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
    [all...]
test-mementos.cc 34 Isolate* isolate = CcTest::i_isolate();
66 CcTest::i_isolate()->heap()->CollectAllGarbage(
79 CcTest::i_isolate()->heap()->CollectGarbage(i::NEW_SPACE);
89 Isolate* isolate = CcTest::i_isolate();
trace-extension.cc 94 trace_env.sample->Init(CcTest::i_isolate(), regs);
107 *(CcTest::i_isolate()->c_entry_fp_address());
109 *(CcTest::i_isolate()->c_entry_fp_address()) = 0;
111 *(CcTest::i_isolate()->c_entry_fp_address()) = saved_c_frame_fp;
121 CHECK_NE(NULL, CcTest::i_isolate()->thread_local_top());
122 return CcTest::i_isolate()->js_entry_sp();
test-ast.cc 41 Isolate* isolate = CcTest::i_isolate();
test-compiler.cc 41 Isolate* isolate = CcTest::i_isolate();
48 Isolate* isolate = CcTest::i_isolate();
59 Isolate* isolate = CcTest::i_isolate();
88 CHECK_EQ(4.0, Inc(CcTest::i_isolate(), 3));
107 CHECK_EQ(5.0, Add(CcTest::i_isolate(), 2, 3));
125 CHECK_EQ(3.0, Abs(CcTest::i_isolate(), -3));
144 CHECK_EQ(5050.0, Sum(CcTest::i_isolate(), 100));
155 Handle<JSObject> global(CcTest::i_isolate()->context()->global_object());
156 Execution::Call(CcTest::i_isolate(), fun, global, 0, NULL).Check();
186 Handle<JSObject> global(CcTest::i_isolate()->context()->global_object())
    [all...]
test-dictionary.cc 46 Isolate* isolate = CcTest::i_isolate();
111 Isolate* isolate = CcTest::i_isolate();
137 Isolate* isolate = CcTest::i_isolate();
171 Isolate* isolate = CcTest::i_isolate();
208 Isolate* isolate = CcTest::i_isolate();
217 Isolate* isolate = CcTest::i_isolate();
247 Isolate* isolate = CcTest::i_isolate();
test-alloc.cc 54 *CcTest::i_isolate()->object_function()).ToObjectChecked();
85 heap->CopyCode(CcTest::i_isolate()->builtins()->builtin(
94 CALL_HEAP_FUNCTION(CcTest::i_isolate(), AllocateAfterFailures(), Object);
134 Isolate* isolate = CcTest::i_isolate();
144 function->ReplaceCode(CcTest::i_isolate()->builtins()->builtin(
test-regexp.cc 89 Zone zone(CcTest::i_isolate());
90 FlatStringReader reader(CcTest::i_isolate(), CStrVector(input));
99 Zone zone(CcTest::i_isolate());
100 FlatStringReader reader(CcTest::i_isolate(), CStrVector(input));
114 Zone zone(CcTest::i_isolate());
115 FlatStringReader reader(CcTest::i_isolate(), CStrVector(input));
132 Zone zone(CcTest::i_isolate());
133 FlatStringReader reader(CcTest::i_isolate(), CStrVector(input));
405 Zone zone(CcTest::i_isolate());
406 FlatStringReader reader(CcTest::i_isolate(), CStrVector(input))
    [all...]
test-assembler-x64.cc 76 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
98 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
130 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
152 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
183 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
211 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
239 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
263 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
285 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size));
309 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size))
    [all...]
test-heap.cc 123 Isolate* isolate = CcTest::i_isolate();
133 Isolate* isolate = CcTest::i_isolate();
193 Handle<GlobalObject> global(CcTest::i_isolate()->context()->global_object());
228 Isolate* isolate = CcTest::i_isolate();
236 Handle<GlobalObject> global(CcTest::i_isolate()->context()->global_object());
319 Isolate* isolate = CcTest::i_isolate();
331 Isolate* isolate = CcTest::i_isolate();
386 Isolate* isolate = CcTest::i_isolate();
428 Isolate* isolate = CcTest::i_isolate();
475 Isolate* isolate = CcTest::i_isolate();
1058 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
3312 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
4370 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
    [all...]
test-parsing.cc 148 CcTest::i_isolate()->stack_guard()->SetStackLimit(
150 uintptr_t stack_limit = CcTest::i_isolate()->stack_guard()->real_climit();
156 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
170 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
201 CcTest::i_isolate()->stack_guard()->SetStackLimit(
254 CcTest::i_isolate()->stack_guard()->SetStackLimit(
295 CcTest::i_isolate()->stack_guard()->SetStackLimit(
308 uintptr_t stack_limit = CcTest::i_isolate()->stack_guard()->real_climit();
315 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
332 CcTest::i_isolate()->stack_guard()->SetStackLimit
    [all...]
test-symbols.cc 19 Isolate* isolate = CcTest::i_isolate();
test-constantpool.cc 33 Isolate* isolate = CcTest::i_isolate();
74 Isolate* isolate = CcTest::i_isolate();
191 Isolate* isolate = CcTest::i_isolate();
211 Isolate* isolate = CcTest::i_isolate();
233 Isolate* isolate = CcTest::i_isolate();
272 Isolate* isolate = CcTest::i_isolate();
test-spaces.cc 207 Isolate* isolate = CcTest::i_isolate();
241 Isolate* isolate = CcTest::i_isolate();
295 Isolate* isolate = CcTest::i_isolate();
342 Isolate* isolate = CcTest::i_isolate();
368 Isolate* isolate = CcTest::i_isolate();
432 Isolate* isolate = CcTest::i_isolate();
test-hashing.cc 100 Isolate* isolate = CcTest::i_isolate();
105 MacroAssembler masm(CcTest::i_isolate(), buffer, sizeof buffer);
test-log.cc 180 CHECK(CcTest::i_isolate() != NULL);
181 CHECK_GT(CcTest::i_isolate()->thread_manager()->CurrentId(), 0);
208 CHECK(CcTest::i_isolate() != NULL);
209 CHECK_GT(CcTest::i_isolate()->thread_manager()->CurrentId(), 0);
254 sampler = new TestSampler(CcTest::i_isolate());
259 LoopingJsThread jsThread(CcTest::i_isolate());
261 LoopingNonJsThread nonJsThread(CcTest::i_isolate());
330 CcTest::i_isolate()->logger()->LogCompiledFunctions();
test-dataflow.cc 38 Zone zone(CcTest::i_isolate());
test-global-handles.cc 89 Isolate* isolate = CcTest::i_isolate();
184 Isolate* isolate = CcTest::i_isolate();
279 Isolate* isolate = CcTest::i_isolate();
326 Isolate* isolate = CcTest::i_isolate();
test-ordered-hash-table.cc 42 Isolate* isolate = CcTest::i_isolate();
107 Isolate* isolate = CcTest::i_isolate();
test-strings.cc 135 Isolate* isolate = CcTest::i_isolate();
394 Factory* factory = CcTest::i_isolate()->factory();
456 Factory* factory = CcTest::i_isolate()->factory();
475 Factory* factory = CcTest::i_isolate()->factory();
495 Factory* factory = CcTest::i_isolate()->factory();
652 Isolate* isolate = CcTest::i_isolate();
689 Factory* factory = CcTest::i_isolate()->factory();
856 Factory* factory = CcTest::i_isolate()->factory();
    [all...]
test-assembler-arm.cc 51 Isolate* isolate = CcTest::i_isolate();
76 Isolate* isolate = CcTest::i_isolate();
112 Isolate* isolate = CcTest::i_isolate();
157 Isolate* isolate = CcTest::i_isolate();
211 Isolate* isolate = CcTest::i_isolate();
357 Isolate* isolate = CcTest::i_isolate();
392 Isolate* isolate = CcTest::i_isolate();
433 Isolate* isolate = CcTest::i_isolate();
611 Isolate* isolate = CcTest::i_isolate();
717 Isolate* isolate = CcTest::i_isolate();
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-linkage.cc 31 Isolate* isolate = CcTest::i_isolate();
59 i::HandleScope handles(CcTest::i_isolate());
test-run-deopt.cc 17 JavaScriptFrameIterator it(CcTest::i_isolate());
test-codegen-deopt.cc 136 Handle<Context> caller_context(function->context(), CcTest::i_isolate());
151 Handle<Context> context(deopt_function->context(), CcTest::i_isolate());
251 Handle<Context> context(function->context(), CcTest::i_isolate());
  /external/chromium_org/v8/src/
api.cc 851 i::Isolate* i_isolate = Utils::OpenHandle(this)->GetIsolate(); local
852 ENTER_V8(i_isolate);
854 i_isolate);
856 v8::Isolate* isolate = reinterpret_cast<v8::Isolate*>(i_isolate);
910 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
911 LOG_API(i_isolate, "FunctionTemplate::New");
912 ENTER_V8(i_isolate);
914 i_isolate, callback, data, signature, length, false);
921 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
922 LOG_API(i_isolate, "Signature::New")
2238 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
2276 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
3363 i::Isolate* i_isolate = Utils::OpenHandle(this)->GetIsolate(); local
5339 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5507 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5545 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5597 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5607 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5671 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5691 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5717 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5792 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6011 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6023 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6159 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6188 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6196 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6204 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6223 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6234 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6513 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6519 i::Isolate* i_isolate = isolate != NULL ? local
6526 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6533 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(this); local
6541 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(this); local
6622 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6645 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
    [all...]

Completed in 2985 milliseconds

1 2 3