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

1 2 3 4 5 6 7 8 91011

  /external/v8/src/
scopes.cc 164 Isolate* isolate = Isolate::Current();
221 JSFunction* current = *info->closure(); local
223 current = current->context()->closure();
224 Handle<SerializedScopeInfo> scope_info(current->shared()->scope_info());
229 ASSERT(current->context()->IsGlobalContext());
231 } while (!current->context()->IsGlobalContext());
456 // which is the current user of this function).
527 // Note that the outer context may be trivial in general, but the current
696 // If we find a variable, but the current scope calls 'eval', the foun
    [all...]
stub-cache.h 412 : scope_(), masm_(Isolate::Current(), NULL, 256), failure_(NULL) { }
479 // sure that the current IC is still valid.
    [all...]
ic.cc 82 ASSERT(isolate == Isolate::Current());
146 for (Object* current = receiver;
147 current != end;
148 current = current->GetPrototype()) {
149 if (current->IsJSObject() &&
150 !JSObject::cast(current)->HasFastProperties() &&
151 !current->IsJSGlobalProxy() &&
152 !current->IsJSGlobalObject()) {
182 // receiver will have changed and the current target will not be i
    [all...]
mark-compact.cc 504 ASSERT(Isolate::Current()->heap()->Contains(obj));
928 ASSERT(heap() == Isolate::Current()->heap());
1567 Map* current = map; local
2049 Address current = space->bottom(); local
2564 Address current = start; local
    [all...]
frames.cc 73 : isolate_(Isolate::Current()),
121 // Unwind handlers corresponding to the current frame.
    [all...]
jsregexp.h 562 // Advance the current position by some amount.
638 // the deferred actions in the current trace and generating a goto.
687 // If no node exists a new one will be created by cloning the current
707 // deferred operations in the current trace and generating a goto.
    [all...]
parser.cc 90 : zone_(Isolate::Current()->zone()),
293 // The current pre-data entry must be a FunctionEntry with the given
    [all...]
hydrogen-instructions.h     [all...]
runtime.cc 308 // not use the object function from the current global context
731 JSObject* current = obj; local
734 if (current->IsAccessCheckNeeded() &&
735 !isolate->MayNamedAccess(current, name, access_type)) {
742 if (current == holder) {
746 current = JSObject::cast(current->GetPrototype());
772 isolate->ReportFailedAccessCheck(current, access_type);
    [all...]
debug-debugger.js     [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/bison/doc/
refcard.tex 462 \key{Current look ahead token.} {yychar}
464 \key{Data associated with the current token.} {yylval}
465 \key{Source position of current token.} {yylloc}
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc 472 : creation_loop_(MessageLoop::current()),
486 : creation_loop_(MessageLoop::current()),
496 DCHECK_EQ(creation_loop_, MessageLoop::current());
500 DCHECK_EQ(creation_loop_, MessageLoop::current());
551 DCHECK_EQ(creation_loop_, MessageLoop::current());
681 DCHECK_EQ(creation_loop_, MessageLoop::current());
696 DCHECK_EQ(creation_loop_, MessageLoop::current());
731 DCHECK_EQ(creation_loop_, MessageLoop::current());
772 DCHECK_EQ(creation_loop_, MessageLoop::current());
801 DCHECK_EQ(creation_loop_, MessageLoop::current());
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 64 // space. Set the context to the current context in rsi.
75 // Compute the function map in the current global context and set that
390 name_ = Isolate::Current()->bootstrapper()->AllocateAutoDeletedArray(
967 type_ * sizeof(Isolate::Current()->transcendental_cache()->caches_[0]);
    [all...]
macro-assembler-x64.cc     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 286 // Load current lexical context from the stack frame.
294 // Load the global context of the current context.
842 if (!Isolate::Current()->cpu_features()->IsSupported(FPU)) {
851 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) {
    [all...]
assembler-mips.cc 152 // Patch the code at the current address with the supplied instructions.
165 // Patch the code at the current PC with a call to the target address.
168 // Patch the code at the current address with a call to the target.
239 : AssemblerBase(Isolate::Current()),
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 570 EXPECT_TRUE(iterator.Current() == session_metahandles[0]);
574 EXPECT_TRUE(iterator.Current() == session_metahandles[1]);
578 EXPECT_TRUE(iterator.Current() == session_metahandles[2]);
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 429 // Restore current context from top and clear it in debug mode.
471 // Save the current handler as the next handler.
474 // Link this handler as the new current one.
543 // Load the type of the current stack handler.
553 // Set the top handler address to next handler past the current ENTRY handler.
592 // Load current lexical context from the stack frame.
600 // Load the global context of the current context.
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 80 // space. Set the context to the current context in cp.
98 // Compute the function map in the current global context and set that
    [all...]

Completed in 1601 milliseconds

1 2 3 4 5 6 7 8 91011