HomeSort by relevance Sort by last modified time
    Searched defs:call_type (Results 1 - 11 of 11) sorted by null

  /external/qemu/hw/android/goldfish/
trace.c 224 int __attribute__((unused)) call_type = (offset - 4096) >> 2; local
225 //trace_interpreted_method(value, call_type);
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h 62 PendingCallType call_type; member in struct:appcache::AppCacheDiskCache::PendingCall
69 PendingCall(PendingCallType call_type, int64 key,
  /external/chromium_org/v8/src/arm64/
builtins-arm64.cc 1042 Register call_type = x4; local
    [all...]
full-codegen-arm64.cc 2291 CallIC::CallType call_type = callee->IsVariableProxy() local
2407 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/
ast.cc 575 CallType call_type = GetCallType(isolate); local
576 return (call_type != POSSIBLY_EVAL_CALL);
    [all...]
ic.h 341 State(int argc, CallType call_type)
342 : argc_(argc), call_type_(call_type) {
353 CallType call_type() const { return call_type_; } function in class:v8::internal::CallIC::BASE_EMBEDDED
388 CallType call_type);
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 2585 CallIC::CallType call_type = callee->IsVariableProxy() local
2697 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 2600 CallIC::CallType call_type = callee->IsVariableProxy() local
2712 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 2529 CallIC::CallType call_type = callee->IsVariableProxy() local
2639 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 2522 CallIC::CallType call_type = callee->IsVariableProxy() local
2632 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 2523 CallIC::CallType call_type = callee->IsVariableProxy() local
2633 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]

Completed in 394 milliseconds