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

  /dalvik/vm/compiler/codegen/x86/
LowerObject.cpp 86 insertLabel(".check_cast_resolved", true);
88 else insertLabel(".instance_of_resolved", true);
136 insertLabel(".instance_of_null", true);
137 else insertLabel(".check_cast_null", true);
150 insertLabel(".instance_of_equal", true);
151 else insertLabel(".check_cast_equal", true);
158 insertLabel(".instance_of_okay", true);
159 else insertLabel(".check_cast_okay", true);
280 insertLabel(".unlock_object_done", true);
350 insertLabel(".new_instance_done", true)
    [all...]
LowerReturn.cpp 76 insertLabel(".LreturnToInterp", true); //local label
93 insertLabel(".LcontinueToInterp", true);
LowerJump.cpp 107 int insertLabel(const char* label, bool checkDup) {
911 insertLabel("common_backwardBranch", false);
950 insertLabel("common_errNullObject", false);
961 insertLabel("common_StringIndexOutOfBounds", false);
973 insertLabel("common_errArrayIndex", false);
984 insertLabel("common_errArrayStore", false);
995 insertLabel("common_errNegArraySize", false);
1006 insertLabel("common_errDivideByZero", false);
1017 insertLabel("common_errNoSuchMethod", false);
    [all...]
LowerInvoke.cpp 171 insertLabel(".invoke_super_nsm", false);
679 insertLabel(".invokeMethod_1", true); //if checkDup: will perform work from ShortWorklist
754 insertLabel(".invokeArgsDone_jit", false);
756 insertLabel(".invokeArgsDone", false);
761 insertLabel(".invokeArgsDone_normal", false);
763 insertLabel(".invokeArgsDone_native", false);
827 insertLabel(".invokeInterp", true);
862 insertLabel(".invokeNative", true);
    [all...]
LowerAlu.cpp 237 insertLabel(".float_to_int_nanInf", true);
245 insertLabel(".float_to_int_posInf", true);
252 insertLabel(".float_to_int_negInf", true);
259 insertLabel(".float_to_int_okay", true);
331 insertLabel(".float_to_long_nanInf", true);
342 insertLabel(".float_to_long_posInf", true);
352 insertLabel(".float_to_long_negInf", true);
362 insertLabel(".float_to_long_okay", true);
694 insertLabel(".common_div_rem_int_normal", true); //merge point
705 insertLabel(".common_div_rem_int_special", true)
    [all...]
LowerGetPut.cpp 384 insertLabel(".aput_object_skip_check", true);
390 insertLabel(".aput_object_after_check", true);
425 insertLabel(".markCard_skip", true);
LowerHelper.cpp     [all...]
Lower.cpp 355 insertLabel("ncgGetEIP", false);
Lower.h 446 accessed by insertShortWorklist & insertLabel
793 int insertLabel(const char* label, bool checkDup);
    [all...]

Completed in 452 milliseconds