Home
last modified time | relevance | path

Searched refs:TARGET_TEST_F (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/interpreter/
Dinterpreter-assembler-unittest.cc313 TARGET_TEST_F(InterpreterAssemblerTest, Dispatch) { in TARGET_TEST_F() function
347 TARGET_TEST_F(InterpreterAssemblerTest, Jump) { in TARGET_TEST_F() function
385 TARGET_TEST_F(InterpreterAssemblerTest, BytecodeOperand) { in TARGET_TEST_F() function
444 TARGET_TEST_F(InterpreterAssemblerTest, GetSetAccumulator) { in TARGET_TEST_F() function
472 TARGET_TEST_F(InterpreterAssemblerTest, GetContext) { in TARGET_TEST_F() function
483 TARGET_TEST_F(InterpreterAssemblerTest, RegisterLocation) { in TARGET_TEST_F() function
495 TARGET_TEST_F(InterpreterAssemblerTest, LoadRegister) { in TARGET_TEST_F() function
507 TARGET_TEST_F(InterpreterAssemblerTest, StoreRegister) { in TARGET_TEST_F() function
523 TARGET_TEST_F(InterpreterAssemblerTest, SmiTag) { in TARGET_TEST_F() function
536 TARGET_TEST_F(InterpreterAssemblerTest, IntPtrAdd) { in TARGET_TEST_F() function
[all …]
/external/v8/test/unittests/compiler/
Dscheduler-unittest.cc125 TARGET_TEST_F(SchedulerTest, FloatingDiamond1) { in TARGET_TEST_F() function
139 TARGET_TEST_F(SchedulerTest, FloatingDeadDiamond1) { in TARGET_TEST_F() function
154 TARGET_TEST_F(SchedulerTest, FloatingDeadDiamond2) { in TARGET_TEST_F() function
185 TARGET_TEST_F(SchedulerTest, FloatingDiamond2) { in TARGET_TEST_F() function
203 TARGET_TEST_F(SchedulerTest, FloatingDiamond3) { in TARGET_TEST_F() function
222 TARGET_TEST_F(SchedulerTest, NestedFloatingDiamonds) { in TARGET_TEST_F() function
260 TARGET_TEST_F(SchedulerTest, NestedFloatingDiamondWithChain) { in TARGET_TEST_F() function
306 TARGET_TEST_F(SchedulerTest, NestedFloatingDiamondWithLoop) { in TARGET_TEST_F() function
342 TARGET_TEST_F(SchedulerTest, LoopedFloatingDiamond1) { in TARGET_TEST_F() function
377 TARGET_TEST_F(SchedulerTest, LoopedFloatingDiamond2) { in TARGET_TEST_F() function
[all …]
Dinstruction-selector-unittest.cc158 TARGET_TEST_F(InstructionSelectorTest, ReturnFloat32Constant) { in TARGET_TEST_F() function
172 TARGET_TEST_F(InstructionSelectorTest, ReturnParameter) { in TARGET_TEST_F() function
184 TARGET_TEST_F(InstructionSelectorTest, ReturnZero) { in TARGET_TEST_F() function
201 TARGET_TEST_F(InstructionSelectorTest, TruncateFloat64ToWord32WithParameter) { in TARGET_TEST_F() function
218 TARGET_TEST_F(InstructionSelectorTest, DoubleParameter) { in TARGET_TEST_F() function
227 TARGET_TEST_F(InstructionSelectorTest, ReferenceParameter) { in TARGET_TEST_F() function
240 TARGET_TEST_F(InstructionSelectorTest, FinishRegion) { in TARGET_TEST_F() function
326 TARGET_TEST_F(InstructionSelectorTest, ValueEffect) { in TARGET_TEST_F() function
354 TARGET_TEST_F(InstructionSelectorTest, CallJSFunctionWithDeopt) { in TARGET_TEST_F() function
405 TARGET_TEST_F(InstructionSelectorTest, CallStubWithDeopt) { in TARGET_TEST_F() function
[all …]
Dcompiler-test-utils.h23 #define TARGET_TEST_F(Case, Name) TEST_F(Case, Name) macro