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

1 2

  /external/clang/test/SemaCXX/
warn-tautological-compare.cpp 63 #define CallFunction(f) ((f != 0) ? f() : 0)
76 (void)CallFunction(fun2);
  /external/v8/test/unittests/compiler/
js-context-relaxation-unittest.cc 87 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
105 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
123 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
141 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
162 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
184 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
207 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
232 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
254 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
276 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1
    [all...]
js-builtin-reducer-unittest.cc 92 Node* call = graph()->NewNode(javascript()->CallFunction(2, language_mode),
114 graph()->NewNode(javascript()->CallFunction(3, language_mode),
139 graph()->NewNode(javascript()->CallFunction(4, language_mode),
171 graph()->NewNode(javascript()->CallFunction(4, language_mode),
199 graph()->NewNode(javascript()->CallFunction(3, language_mode),
  /external/v8/test/mjsunit/
debug-step-stub-callfunction.js 47 // Use 'eval' to ensure that the call to print is through CodeStub CallFunction.
60 // CallFunction see Ia32CodeGenerator::VisitCall and
74 // CallFunction.
  /external/v8/src/
code-factory.h 106 static Callable CallFunction(
code-factory.cc 327 Callable CodeFactory::CallFunction(Isolate* isolate, ConvertReceiverMode mode) {
328 return Callable(isolate->builtins()->CallFunction(mode),
interface-descriptors.h 39 V(CallFunction) \
builtins.h 335 Handle<Code> CallFunction(ConvertReceiverMode = ConvertReceiverMode::kAny);
  /external/v8/src/debug/
debug.cc 544 MaybeHandle<Object> Debug::CallFunction(const char* name, int argc,
570 if (!CallFunction("IsBreakPointTriggered", arraysize(argv), argv)
    [all...]
debug.h 560 MaybeHandle<Object> CallFunction(const char* name, int argc,
  /external/v8/src/compiler/
js-call-reducer.cc 166 node, javascript()->CallFunction(arity, p.language_mode(),
207 node, javascript()->CallFunction(arity, p.language_mode(),
291 node, javascript()->CallFunction(arity, p.language_mode(),
js-intrinsic-lowering.cc 593 node, javascript()->CallFunction(arity, STRICT, VectorSlotPair(),
603 node, javascript()->CallFunction(arity, STRICT, VectorSlotPair(),
js-operator.h 525 const Operator* CallFunction(
  /external/v8/src/wasm/
wasm-opcodes.h 96 V(CallFunction, 0x12, _) \
  /external/v8/src/arm/
builtins-arm.cc     [all...]
  /external/v8/src/arm64/
builtins-arm64.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 35 V(CallFunction) \
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 36 V(CallFunction) \
842 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
843 DECLARE_HYDROGEN_ACCESSOR(CallFunction)
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 39 V(CallFunction) \
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 35 V(CallFunction) \
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 37 V(CallFunction) \
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 35 V(CallFunction) \
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 35 V(CallFunction) \
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 39 V(CallFunction) \
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc     [all...]

Completed in 412 milliseconds

1 2