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

/external/chromium_org/v8/src/
H A Dbuiltins.cc1453 byte* c_code; member in struct:v8::internal::__anon17257::BuiltinDesc
1485 functions[builtin_count].c_code = NULL;
1493 functions->c_code = FUNCTION_ADDR(Builtin_##aname); \
1502 functions->c_code = NULL; \
1513 functions->c_code = NULL; \
H A Dhydrogen-instructions.cc4120 HConstant* c_code = HConstant::cast(char_code); local
4122 if (c_code->HasNumberValue()) {
4123 if (std::isfinite(c_code->DoubleValue())) {
4124 uint32_t code = c_code->NumberValueAsInteger32() & 0xffff;

Completed in 159 milliseconds