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

  /external/v8/src/
runtime.cc 567 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateObjectLiteral) {
593 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateObjectLiteralShallow) {
619 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateArrayLiteral) {
639 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateArrayLiteralShallow) {
664 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateJSProxy) {
674 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateJSFunctionProxy) {
687 RUNTIME_FUNCTION(MaybeObject*, Runtime_IsJSProxy) {
694 RUNTIME_FUNCTION(MaybeObject*, Runtime_IsJSFunctionProxy) {
701 RUNTIME_FUNCTION(MaybeObject*, Runtime_GetHandler) {
708 RUNTIME_FUNCTION(MaybeObject*, Runtime_GetCallTrap)
    [all...]
arguments.h 44 // Object* Runtime_function(Arguments args) {
118 #define RUNTIME_FUNCTION(Type, Name) \
ic.cc     [all...]
stub-cache.cc     [all...]
serialize.h 41 RUNTIME_FUNCTION,
serialize.cc 92 case RUNTIME_FUNCTION: {
169 { RUNTIME_FUNCTION, \
    [all...]
debug.cc     [all...]
  /external/v8/test/cctest/
test-serialize.cc 109 CHECK_EQ(make_code(v8::internal::RUNTIME_FUNCTION, Runtime::kAbort),
147 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION,

Completed in 87 milliseconds