HomeSort by relevance Sort by last modified time
    Searched refs:IsJSFunctionCall (Results 1 - 13 of 13) sorted by null

  /external/v8/test/cctest/compiler/
test-linkage.cc 69 CHECK_EQ(true, descriptor->IsJSFunctionCall());
84 CHECK_EQ(false, descriptor->IsJSFunctionCall());
101 CHECK_EQ(true, descriptor->IsJSFunctionCall());
  /external/v8/src/compiler/
linkage.h 192 bool IsJSFunctionCall() const { return kind_ == kCallJSFunction; }
195 return IsCFunctionCall() || IsJSFunctionCall();
209 DCHECK(IsJSFunctionCall());
fast-accessor-assembler.cc 45 CHECK(assembler_->call_descriptor()->IsJSFunctionCall());
code-generator.cc 78 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) {
251 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) {
716 bool has_frame = descriptor->IsJSFunctionCall() || spill_slots > 0;
linkage.cc 494 CHECK(incoming_->IsJSFunctionCall());
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]

Completed in 1162 milliseconds