Searched refs:getExecutionPlanLength (Results 1 – 3 of 3) sorted by relevance
27 return interpreter.getExecutionPlanLength(); in executionPlanLength()
692 int getExecutionPlanLength() { in getExecutionPlanLength() method in Interpreter694 return wrapper.getExecutionPlanLength(); in getExecutionPlanLength()
452 int getExecutionPlanLength() { in getExecutionPlanLength() method in NativeInterpreterWrapper453 return getExecutionPlanLength(interpreterHandle); in getExecutionPlanLength()577 private static native int getExecutionPlanLength(long interpreterHandle); in getExecutionPlanLength() method in NativeInterpreterWrapper