Searched refs:c_code (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dbuiltins.cc1585 byte* c_code; member in struct:v8::internal::__anon15544::BuiltinDesc
1617 functions[builtin_count].c_code = NULL;
1625 functions->c_code = FUNCTION_ADDR(Builtin_##aname); \
1634 functions->c_code = NULL; \
1645 functions->c_code = NULL; \
H A Dhydrogen-instructions.cc3828 HConstant* c_code = HConstant::cast(char_code); local
3830 if (c_code->HasNumberValue()) {
3831 if (std::isfinite(c_code->DoubleValue())) {
3832 uint32_t code = c_code->NumberValueAsInteger32() & 0xffff;
/external/v8/src/
H A Dbuiltins.cc1568 byte* c_code; member in struct:v8::internal::__anon27264::BuiltinDesc
1600 functions[builtin_count].c_code = NULL;
1608 functions->c_code = FUNCTION_ADDR(Builtin_##aname); \
1617 functions->c_code = NULL; \

Completed in 87 milliseconds