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 227 RUNTIME_FUNCTION(MaybeObject*, Runtime_CloneLiteralBoilerplate) {
233 RUNTIME_FUNCTION(MaybeObject*, Runtime_CloneShallowLiteralBoilerplate) {
474 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateArrayLiteralBoilerplate) {
496 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateObjectLiteral) {
522 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateObjectLiteralShallow) {
548 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateArrayLiteral) {
567 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateArrayLiteralShallow) {
590 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateCatchExtensionObject) {
614 RUNTIME_FUNCTION(MaybeObject*, Runtime_ClassOf) {
623 RUNTIME_FUNCTION(MaybeObject*, Runtime_IsInPrototypeChain)
    [all...]
arguments.h 42 // Object* Runtime_function(Arguments args) {
107 #define RUNTIME_FUNCTION(Type, Name) \
ic.cc     [all...]
stub-cache.cc     [all...]
serialize.h 41 RUNTIME_FUNCTION,
serialize.cc 134 case RUNTIME_FUNCTION: {
211 { RUNTIME_FUNCTION, \
    [all...]
debug.cc     [all...]
  /external/v8/test/cctest/
test-serialize.cc 109 CHECK_EQ(make_code(v8::internal::RUNTIME_FUNCTION, Runtime::kAbort),
150 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION,

Completed in 82 milliseconds