HomeSort by relevance Sort by last modified time
    Searched refs:Current (Results 51 - 75 of 257) sorted by null

1 23 4 5 6 7 8 91011

  /external/v8/test/cctest/
test-compiler.cc 104 return Isolate::Current()->context()->global()->GetProperty(*symbol);
111 Handle<JSObject> global(Isolate::Current()->context()->global());
128 Isolate::Current()->global_context());
141 Handle<JSObject> global(Isolate::Current()->context()->global());
162 Handle<JSObject> global(Isolate::Current()->context()->global());
182 Handle<JSObject> global(Isolate::Current()->context()->global());
203 Handle<JSObject> global(Isolate::Current()->context()->global());
224 Handle<JSObject> global(Isolate::Current()->context()->global());
257 Handle<JSObject> global(Isolate::Current()->context()->global());
272 Handle<JSObject> global(Isolate::Current()->context()->global())
    [all...]
test-alloc.cc 40 Heap* heap = Isolate::Current()->heap();
64 *Isolate::Current()->object_function())->ToObjectChecked();
93 CHECK(!heap->CopyCode(Isolate::Current()->builtins()->builtin(
137 function->ReplaceCode(Isolate::Current()->builtins()->builtin(
189 Isolate::Current()->InitializeLoggingAndCounters();
190 CodeRange* code_range = new CodeRange(Isolate::Current());
test-mark-compact.cc 182 HEAP->AllocateFunction(*Isolate::Current()->function_map(),
189 Isolate::Current()->context()->global()->SetProperty(
198 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(func_name));
199 Object* func_value = Isolate::Current()->context()->global()->
207 Isolate::Current()->context()->global()->SetProperty(
220 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(obj_name));
221 CHECK(Isolate::Current()->context()->global()->
223 obj = JSObject::cast(Isolate::Current()->context()->global()->
303 GlobalHandles* global_handles = Isolate::Current()->global_handles();
431 GlobalHandles* global_handles = Isolate::Current()->global_handles()
    [all...]
test-assembler-ia32.cc 64 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
92 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
130 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
176 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
211 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
242 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
269 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
315 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
348 MacroAssembler assm(Isolate::Current(), buffer, sizeof buffer);
test-threads.cc 129 ThreadA threadA(i::Isolate::Current());
130 ThreadB threadB(i::Isolate::Current());
153 i::ThreadId thread_id = i::ThreadId::Current();
test-log-stack-tracer.cc 80 StackTracer::Trace(Isolate::Current(), trace_env.sample);
88 *(Isolate::Current()->c_entry_fp_address());
90 *(Isolate::Current()->c_entry_fp_address()) = 0;
92 *(Isolate::Current()->c_entry_fp_address()) = saved_c_frame_fp;
166 CHECK_NE(NULL, i::Isolate::Current()->thread_local_top());
167 return Isolate::js_entry_sp(i::Isolate::Current()->thread_local_top());
291 // extension function trace() with the current frame pointer value.
335 // extension function js_trace() with the current frame pointer value.
  /external/v8/src/
debug.cc 87 Isolate* isolate = Isolate::Current();
96 Isolate* isolate = Isolate::Current();
145 // current value of these.
404 // sure that the any current IC is cleared and the runtime system is
454 // Check whether there is a debug break at the current position.
467 // Patch the original code with the current address as the current address
635 GlobalHandles* global_handles = Isolate::Current()->global_handles();
673 Debugger* debugger = Isolate::Current()->debugger();
682 GlobalHandles* global_handles = Isolate::Current()->global_handles()
1736 DebugInfoListNode* current = debug_info_list_; local
    [all...]
bootstrapper.h 153 ++Isolate::Current()->bootstrapper()->nesting_;
157 --Isolate::Current()->bootstrapper()->nesting_;
code-stubs.cc 40 Heap* heap = Isolate::Current()->heap();
90 Isolate* isolate = Isolate::Current();
135 MacroAssembler masm(Isolate::Current(), NULL, 256);
212 name_ = Isolate::Current()->bootstrapper()->AllocateAutoDeletedArray(
func-name-inferrer.cc 42 Isolate::Current()->runtime_state(), name->Get(0))) {
regexp-stack.cc 42 ASSERT(Isolate::Current() == regexp_stack_->isolate_);
v8threads.h 101 return mutex_owner_.Equals(ThreadId::Current());
  /external/chromium/base/
process_win.cc 53 Process Process::Current() {
process.h 57 // A handle to the current process.
58 static Process Current();
73 // Is the this process the current process.
  /external/v8/src/arm/
cpu-arm.cc 66 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
main.h 17 struct Current
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 107 ASSERT(worker_thread_ == talk_base::Thread::Current());
120 ASSERT(worker_thread_ == talk_base::Thread::Current());
181 talk_base::Thread::Current()));
239 ASSERT(worker_thread_ == talk_base::Thread::Current());
257 if (talk_base::Thread::Current() != worker_thread_) {
423 ASSERT(worker_thread_ == talk_base::Thread::Current());
433 ASSERT(worker_thread_ == talk_base::Thread::Current());
443 ASSERT(worker_thread_ == talk_base::Thread::Current());
454 ASSERT(worker_thread_ == talk_base::Thread::Current());
465 ASSERT(worker_thread_ == talk_base::Thread::Current());
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 51 // If there is a current writable connection, then we will also try hard to
169 worker_thread_(talk_base::Thread::Current()),
180 ASSERT(worker_thread_ == talk_base::Thread::Current());
207 ASSERT(worker_thread_ == talk_base::Thread::Current());
218 ASSERT(worker_thread_ == talk_base::Thread::Current());
255 ASSERT(worker_thread_ == talk_base::Thread::Current());
301 ASSERT(worker_thread_ == talk_base::Thread::Current());
357 ASSERT(worker_thread_ == talk_base::Thread::Current());
372 ASSERT(worker_thread_ == talk_base::Thread::Current());
531 // the number of available connections and the current state so that w
    [all...]
relayserver_main.cc 53 talk_base::Thread *pthMain = talk_base::Thread::Current();
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c 77 LVM_INT32 Current;
111 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[0]);
112 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[0],(LVM_INT32)(Gain >> 15),Current);
119 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[1]);
120 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[1],(LVM_INT32)(Gain >> 15),Current);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 447 const Target *Current;
448 explicit iterator(Target *T) : Current(T) {}
451 iterator(const iterator &I) : Current(I.Current) {}
452 iterator() : Current(0) {}
455 return Current == x.Current;
463 assert(Current && "Cannot increment end iterator!");
464 Current = Current->getNext()
    [all...]
  /external/llvm/include/llvm/Object/
ObjectFile.h 44 content_type Current;
47 : Current(symb) {}
50 return &Current;
54 return Current;
58 return Current == other.Current;
67 if (error_code ec = Current.getNext(next))
70 Current = next;
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmpppump.cc 63 talk_base::Thread::Current()->Post(this);
  /external/v8/src/mips/
virtual-frame-mips.h 55 // generator's current frame, and keeps it spilled.
60 Isolate::Current()->is_virtual_frame_in_spilled_scope()) {
68 Isolate::Current()->set_is_virtual_frame_in_spilled_scope(true);
71 Isolate::Current()->set_is_virtual_frame_in_spilled_scope(
75 return Isolate::Current()->is_virtual_frame_in_spilled_scope();
240 // The current top of the expression stack as an assembly operand.
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
Mixer.h 37 LVM_INT32 Current; /* Current value. Set by the mixer function. */

Completed in 699 milliseconds

1 23 4 5 6 7 8 91011